NFS: pass NFS client owner network namespace to RPC client creation routine
authorStanislav Kinsbursky <skinsbursky@parallels.com>
Tue, 10 Jan 2012 12:12:54 +0000 (16:12 +0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 31 Jan 2012 23:20:27 +0000 (18:20 -0500)
commit6d59b8d599d594bc314026c6856424fe49df5513
tree6ace028f324807f18c07653d5efbe782533e4ed9
parente50a7a1a42335243c94eeea4a8d23413cb02370d
NFS: pass NFS client owner network namespace to RPC client creation routine

This patch replaces static "init_net" with nfs_client->net pointer in RPC
client creation calls.

Signed-off-by: Stanislav Kinsbursky <skinsbursky@parallels.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/client.c
fs/nfs/internal.h
fs/nfs/mount_clnt.c
fs/nfs/super.c