linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] nfs: Remove unused list nfs4_clientid_list
@ 2012-12-13  6:37 ycnian
  2012-12-13 15:54 ` Myklebust, Trond
  0 siblings, 1 reply; 2+ messages in thread
From: ycnian @ 2012-12-13  6:37 UTC (permalink / raw)
  To: Trond.Myklebust; +Cc: linux-kernel, linux-nfs, Yanchuan Nian

From: Yanchuan Nian <ycnian@gmail.com>

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>
---
 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 c351e6b..51c9b0b 100644
--- a/fs/nfs/nfs4state.c
+++ b/fs/nfs/nfs4state.c
@@ -66,7 +66,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)
 {
-- 
1.7.4.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-12-13 15:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-13  6:37 [PATCH] nfs: Remove unused list nfs4_clientid_list ycnian
2012-12-13 15:54 ` Myklebust, Trond

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).