Skip to content
Commit 9d3792ae authored by NeilBrown's avatar NeilBrown Committed by Chuck Lever
Browse files

NFSD: narrow nfsd_mutex protection in nfsd thread



There is nothing happening in the start of nfsd() that requires
protection by the mutex, so don't take it until shutting down the thread
- which does still require protection - but only for nfsd_put().

Signed-off-by: default avatarNeilBrown <neilb@suse.de>
Signed-off-by: default avatarChuck Lever <chuck.lever@oracle.com>
parent 2a36395f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment