NFS: hard-code init_net for NFS callback transports
authorStanislav Kinsbursky <skinsbursky@parallels.com>
Fri, 1 Jun 2012 09:55:47 +0000 (13:55 +0400)
committerJ. Bruce Fields <bfields@redhat.com>
Thu, 14 Jun 2012 17:53:43 +0000 (13:53 -0400)
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 <skinsbursky@parallels.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>

No differences found