diff options
author | Yanchuan Nian <ycnian@gmail.com> | 2012-12-13 01:37:52 -0500 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-12-13 10:40:09 -0500 |
commit | 48d7a57693af660666c4afdc54c09b2f9655e260 (patch) | |
tree | 4e6fa8edcc440251154abef70d7bf35e04952290 /fs | |
parent | aaea7d2f78d008882524eddff0d78098c8fa9496 (diff) |
nfs: Remove unused list nfs4_clientid_list
This list was designed to store struct nfs4_client in the client side.
But nfs4_client was obsolete and has been removed from the source code.
So remove the unused list.
Signed-off-by: Yanchuan Nian <ycnian@gmail.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/nfs/nfs4state.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfs/nfs4state.c b/fs/nfs/nfs4state.c index 8dcbd9a0367d..9448c579d41a 100644 --- a/fs/nfs/nfs4state.c +++ b/fs/nfs/nfs4state.c | |||
@@ -67,7 +67,6 @@ | |||
67 | 67 | ||
68 | const nfs4_stateid zero_stateid; | 68 | const nfs4_stateid zero_stateid; |
69 | static DEFINE_MUTEX(nfs_clid_init_mutex); | 69 | static DEFINE_MUTEX(nfs_clid_init_mutex); |
70 | static LIST_HEAD(nfs4_clientid_list); | ||
71 | 70 | ||
72 | int nfs4_init_clientid(struct nfs_client *clp, struct rpc_cred *cred) | 71 | int nfs4_init_clientid(struct nfs_client *clp, struct rpc_cred *cred) |
73 | { | 72 | { |