fs: use mapping_set_error instead of opencoded set_bit
[cascardo/linux.git] / fs / f2fs / Kconfig
index 1f8982a..378c221 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.