nfsd: remove old fault injection infrastructure
authorJeff Layton <jlayton@primarydata.com>
Wed, 30 Jul 2014 12:27:24 +0000 (08:27 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Tue, 5 Aug 2014 14:55:10 +0000 (10:55 -0400)
commit285abdee5335921b6a41f9719c1fc56c478ac561
tree000ad5303805250f7b9b2a0c5744a6d71099a7ec
parent98d5c7c5bd378aa1a22549200f49de3ed79d4d0a
nfsd: remove old fault injection infrastructure

Remove the old nfsd_for_n_state function and move nfsd_find_client
higher up into the file to get rid of forward declaration. Remove
the struct nfsd_fault_inject_op arguments from the operations as
they are no longer needed by any of them.

Finally, remove the old "standard" get and set routines, which
also eliminates the client_mutex from this code.

Signed-off-by: Jeff Layton <jlayton@primarydata.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/fault_inject.c
fs/nfsd/nfs4state.c
fs/nfsd/state.h