Skip to content

Commit

Permalink
nfs: Remove unused list nfs4_clientid_list
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Trond Myklebust <[email protected]>
  • Loading branch information
ycnian authored and Trond Myklebust committed Dec 13, 2012
1 parent aaea7d2 commit 48d7a57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/nfs/nfs4state.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@

const nfs4_stateid zero_stateid;
static DEFINE_MUTEX(nfs_clid_init_mutex);
static LIST_HEAD(nfs4_clientid_list);

int nfs4_init_clientid(struct nfs_client *clp, struct rpc_cred *cred)
{
Expand Down

0 comments on commit 48d7a57

Please sign in to comment.