OSDN Git Service

nfs: Remove unused list nfs4_clientid_list
authorYanchuan Nian <ycnian@gmail.com>
Thu, 13 Dec 2012 06:37:52 +0000 (14:37 +0800)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 13 Dec 2012 15:40:09 +0000 (10:40 -0500)
commit48d7a57693af660666c4afdc54c09b2f9655e260
tree4e6fa8edcc440251154abef70d7bf35e04952290
parentaaea7d2f78d008882524eddff0d78098c8fa9496
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>
fs/nfs/nfs4state.c