]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/nfsd/Kconfig
proc: unify mem_read() and mem_write()
[karo-tx-linux.git] / fs / nfsd / Kconfig
index 10e6366608f284d71eea25717392c275f18274ed..8df1ea4a6ff988b5aeda534c5310c23b048ebde8 100644 (file)
@@ -80,3 +80,13 @@ config NFSD_V4
          available from http://linux-nfs.org/.
 
          If unsure, say N.
+
+config NFSD_FAULT_INJECTION
+       bool "NFS server manual fault injection"
+       depends on NFSD_V4 && DEBUG_KERNEL
+       help
+         This option enables support for manually injecting faults
+         into the NFS server.  This is intended to be used for
+         testing error recovery on the NFS client.
+
+         If unsure, say N.