From: Stanislav Kinsbursky Date: Fri, 1 Jun 2012 09:55:47 +0000 (+0400) Subject: NFS: hard-code init_net for NFS callback transports X-Git-Tag: v3.5-rc3~9^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12918b10d59e975fd5241eef03ef9e6d5ea3dcfe;p=pandora-kernel.git NFS: hard-code init_net for NFS callback transports In case of destroying mount namespace on child reaper exit, nsproxy is zeroed to the point already. So, dereferencing of it is invalid. This patch hard-code "init_net" for all network namespace references for NFS callback services. This will be fixed with proper NFS callback containerization. Signed-off-by: Stanislav Kinsbursky Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed