From: Stanislav Kinsbursky Date: Tue, 10 Jan 2012 12:12:46 +0000 (+0400) Subject: NFS: make NFS client allocated per network namespace context X-Git-Tag: v3.4-rc1~123^2~196 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e50a7a1a42335243c94eeea4a8d23413cb02370d;p=pandora-kernel.git NFS: make NFS client allocated per network namespace context This patch adds new net variable to nfs_client structure. This variable is set on NFS client creation and cheched during matching NFS client search. Initially current->nsproxy->net_ns is used as network namespace owner for new NFS client to create. This network namespace pointer is set during mount options parsing and thus can be passed from user-spave utils in future if will be necessary. Signed-off-by: Stanislav Kinsbursky Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed