]> Pileus Git - ~andy/linux/blobdiff - fs/f2fs/Kconfig
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
[~andy/linux] / fs / f2fs / Kconfig
index e06e0995e00fdf619d1bbd7f48ebe0e9df25ebc0..214fe1054fceef32e74589e06a8d89203d9cc601 100644 (file)
@@ -63,3 +63,11 @@ config F2FS_FS_SECURITY
          the extended attribute support in advance.
 
          If you are not using a security module, say N.
+
+config F2FS_CHECK_FS
+       bool "F2FS consistency checking feature"
+       depends on F2FS_FS
+       help
+         Enables BUG_ONs which check the file system consistency in runtime.
+
+         If you want to improve the performance, say N.