]> git.baikalelectronics.ru Git - kernel.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)
commitcd5ce55d9f6ea3a6a64c429196ccffefb206d57f
treee0bafbb7b8a1cba71e0a9a8e250b6fbf77d883f4
parent490b1f9d3b599ea255de59eeb320d58c1220e31c
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 80b8c5b54c54 ("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]