Skip to content

Commit

Permalink
nfsd: drop fault injection config
Browse files Browse the repository at this point in the history
   commit e56dc9e2949edff7932474f2552dd134734cc857
   Author: J. Bruce Fields <[email protected]>
   Date:   Thu Jul 30 20:33:57 2020 -0400

       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 <[email protected]>

Signed-off-by: Bruce Ashfield <[email protected]>
(cherry picked from commit a29dadc0689bc8f6a791b37ce8fbf9aa278776ed)
  • Loading branch information
zeddii authored and ricardosalveti committed Sep 10, 2021
1 parent 75f48b1 commit fad3cd3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion features/nfsd/nfsd.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ CONFIG_NFSD=m
CONFIG_NFSD_V3=y
# CONFIG_NFSD_V3_ACL is not set
CONFIG_NFSD_V4=y
# CONFIG_NFSD_FAULT_INJECTION is not set

0 comments on commit fad3cd3

Please sign in to comment.