Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
[linux-2.6-block.git] / fs / f2fs / Kconfig
index 1f8982a957f15f72019bb87a198f24010789e34f..378c221d68a92d8d75b74166236aae294c8db5cc 100644 (file)
@@ -94,3 +94,11 @@ config F2FS_IO_TRACE
          information and block IO patterns in the filesystem level.
 
          If unsure, say N.
+
+config F2FS_FAULT_INJECTION
+       bool "F2FS fault injection facility"
+       depends on F2FS_FS
+       help
+         Test F2FS to inject faults such as ENOMEM, ENOSPC, and so on.
+
+         If unsure, say N.