From: Stanislav Kinsbursky Date: Thu, 6 Dec 2012 15:34:42 +0000 (+0300) Subject: nfsd: pass proper net to nfsd_destroy() from NFSd kthreads X-Git-Tag: v3.8-rc1~20^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88c47666171989ed4c5b1a5687df09511e8c5e35;p=pandora-kernel.git nfsd: pass proper net to nfsd_destroy() from NFSd kthreads Since NFSd service is per-net now, we have to pass proper network context in nfsd_shutdown() from NFSd kthreads. The simplest way I found is to get proper net from one of transports with permanent sockets. Signed-off-by: Stanislav Kinsbursky Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed