From: J. Bruce Fields Date: Wed, 30 Oct 2013 14:33:09 +0000 (-0400) Subject: nfsd4: nfsd_shutdown_net needs state lock X-Git-Tag: v3.13-rc1~59^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e50a26dc785f12a6df1f1ac16d62faf0342b72af;p=pandora-kernel.git nfsd4: nfsd_shutdown_net needs state lock A comment claims the caller should take it, but that's not being done. Note we don't want it around the cancel_delayed_work_sync since that may wait on work which holds the client lock. Reported-by: Benny Halevy Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed