From fad3cd3ad4eac0a48062b754505db907fee06b0d Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 17 Dec 2020 15:54:54 -0500 Subject: [PATCH] nfsd: drop fault injection config commit e56dc9e2949edff7932474f2552dd134734cc857 Author: J. Bruce Fields 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 Signed-off-by: Bruce Ashfield (cherry picked from commit a29dadc0689bc8f6a791b37ce8fbf9aa278776ed) --- features/nfsd/nfsd.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/features/nfsd/nfsd.cfg b/features/nfsd/nfsd.cfg index 23ac4d67..5a89ecd7 100644 --- a/features/nfsd/nfsd.cfg +++ b/features/nfsd/nfsd.cfg @@ -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