Skip to content

Commit 9d60d93

Browse files
author
J. Bruce Fields
committed
Deprecate nfsd fault injection
This is only useful for client testing. I haven't really maintained it, and reference counting and locking are wrong at this point. You can get some of the same functionality now from nfsd/clients/. It was a good idea but I think its time has passed. In the unlikely event of users, hopefully the BROKEN dependency will prompt them to speak up. Otherwise I expect to remove it soon. Reported-by: Alex Lyakas <[email protected]> Signed-off-by: J. Bruce Fields <[email protected]>
1 parent bb13f35 commit 9d60d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/nfsd/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ config NFSD_V4_SECURITY_LABEL
148148

149149
config NFSD_FAULT_INJECTION
150150
bool "NFS server manual fault injection"
151-
depends on NFSD_V4 && DEBUG_KERNEL && DEBUG_FS
151+
depends on NFSD_V4 && DEBUG_KERNEL && DEBUG_FS && BROKEN
152152
help
153153
This option enables support for manually injecting faults
154154
into the NFS server. This is intended to be used for

0 commit comments

Comments
 (0)