summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/netns.h
diff options
context:
space:
mode:
authorTrond Myklebust2014-07-30 03:34:36 +0200
committerJ. Bruce Fields2014-07-31 20:20:26 +0200
commitd4f0489f38512027fdf5190d5d1d8007e155e88f (patch)
treed54d60e2dd6e37b3d2963e4402f790affebf19bf /fs/nfsd/netns.h
parentnfsd: Protect adding/removing lock owners using client_lock (diff)
downloadkernel-qcow2-linux-d4f0489f38512027fdf5190d5d1d8007e155e88f.tar.gz
kernel-qcow2-linux-d4f0489f38512027fdf5190d5d1d8007e155e88f.tar.xz
kernel-qcow2-linux-d4f0489f38512027fdf5190d5d1d8007e155e88f.zip
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 <trond.myklebust@primarydata.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd/netns.h')
-rw-r--r--fs/nfsd/netns.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfsd/netns.h b/fs/nfsd/netns.h
index a71d14413d39..e1f479c162b5 100644
--- a/fs/nfsd/netns.h
+++ b/fs/nfsd/netns.h
@@ -63,7 +63,6 @@ struct nfsd_net {
struct rb_root conf_name_tree;
struct list_head *unconf_id_hashtbl;
struct rb_root unconf_name_tree;
- struct list_head *ownerstr_hashtbl;
struct list_head *sessionid_hashtbl;
/*
* client_lru holds client queue ordered by nfs4_client.cl_time