From: Trond Myklebust Date: Wed, 30 Jul 2014 01:34:36 +0000 (-0400) Subject: nfsd: Move the open owner hash table into struct nfs4_client X-Git-Tag: omap-for-v3.17/fixes-against-rc2~101^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4f0489f38512027fdf5190d5d1d8007e155e88f;p=pandora-kernel.git nfsd: Move the open owner hash table into struct nfs4_client Preparation for removing the client_mutex. Convert the open owner hash table into a per-client table and protect it using the nfs4_client->cl_lock spin lock. Signed-off-by: Trond Myklebust Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed