[PATCH 1/5] knfsd: Replace lock_kernel with a mutex for nfsd thread startup/shutdown locking.

Neil Brown neilb at suse.de
Fri Jun 13 02:12:39 EDT 2008


On Thursday June 12, jlayton at redhat.com wrote:
> 
> >  static int killsig;	/* signal that was used to kill last nfsd */
> > @@ -275,7 +277,7 @@ static int nfsd_init_socks(int port)
> >  					SVC_SOCK_DEFAULTS);
> >  		if (error < 0)
> >  			lockd_down();
> > -}
> > +	}
> >  	if (error < 0)
> >  		return error;
> >  	return 0;
> 
> This looks correct already in Bruce's tree. Am I missing something?

Only if you are assuming that I will make sense....
I have no idea where that came from now that I go looking for it...

Enjoy,
NeilBrown


More information about the NFSv4 mailing list