2008-06-13 06:13:22

by NeilBrown

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

On Thursday June 12, [email protected] 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