commit | 774f8bbd9ef2e71d4ef4b89933d292091d31ca98 | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Mon Aug 02 14:12:44 2010 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Fri Aug 06 17:05:30 2010 -0400 |
tree | bbc4afb785f31727b61279b1a026768d5953d60f | |
parent | 039a87ca536a85bc169ce092e44bd57adfa1f563 [diff] |
nfsd: fix startup/shutdown order bug We must create the server before we can call init_socks or check the number of threads. Symptoms were a NULL pointer dereference in nfsd_svc(). Problem identified by Jeff Layton. Also fix a minor cleanup-on-error case in nfsd_startup(). Reported-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> Signed-off-by: J. Bruce Fields <bfields@redhat.com>