Commit 9d60d931 authored by J. Bruce Fields's avatar J. Bruce Fields
Browse files

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: default avatarAlex Lyakas <alex@zadara.com>
Signed-off-by: default avatarJ. Bruce Fields <bfields@redhat.com>
parent bb13f35b
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -148,7 +148,7 @@ config NFSD_V4_SECURITY_LABEL


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