From: Stanislav Kinsbursky Date: Mon, 23 Jan 2012 17:26:22 +0000 (+0000) Subject: NFS: make cb_ident_idr per net ns X-Git-Tag: v3.4-rc1~123^2~125 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28cd1b3f262dba56b5e335ba668e342d530f6129;p=pandora-kernel.git NFS: make cb_ident_idr per net ns This patch makes ID's infrastructure network namespace aware. This was done mainly because of nfs_client_lock, which is desired to be per network namespace, but protects NFS clients ID's. NOTE: NFS client's net pointer have to be set prior to ID initialization, proper assignment was moved. Signed-off-by: Stanislav Kinsbursky Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed