From: Jeff Layton Date: Wed, 30 Jul 2014 12:27:24 +0000 (-0400) Subject: nfsd: remove old fault injection infrastructure X-Git-Tag: omap-for-v3.17/fixes-against-rc2~101^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=285abdee5335921b6a41f9719c1fc56c478ac561;p=pandora-kernel.git 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 Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed