]> git.ipfire.org Git - thirdparty/linux.git/commit
nfsd: remove fault injection code
authorJ. Bruce Fields <bfields@redhat.com>
Fri, 31 Jul 2020 00:33:57 +0000 (20:33 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Fri, 25 Sep 2020 22:01:26 +0000 (18:01 -0400)
commite56dc9e2949edff7932474f2552dd134734cc857
treee0bafbb7b8a1cba71e0a9a8e250b6fbf77d883f4
parent856deb866d16e29bd65952e0289066f6078af773
nfsd: remove fault injection code

It was an interesting idea but nobody seems to be using it, it's buggy
at this point, and nfs4state.c is already complicated enough without it.
The new nfsd/clients/ code provides some of the same functionality, and
could probably do more if desired.

This feature has been deprecated since 9d60d93198c6 ("Deprecate nfsd
fault injection").

Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Documentation/admin-guide/nfs/fault_injection.rst [deleted file]
Documentation/admin-guide/nfs/index.rst
fs/nfsd/Kconfig
fs/nfsd/Makefile
fs/nfsd/nfs4state.c
fs/nfsd/nfsctl.c
fs/nfsd/state.h
tools/nfsd/inject_fault.sh [deleted file]