]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/btrfs/Kconfig
Merge remote-tracking branch 'trivial/for-next'
[karo-tx-linux.git] / fs / btrfs / Kconfig
index 2b3b83296977d2f10239c6c5b0a40b6af1673c97..f9d5094e102943db81708451a43312f6ac2e9525 100644 (file)
@@ -59,7 +59,8 @@ config BTRFS_FS_RUN_SANITY_TESTS
        help
          This will run some basic sanity tests on the free space cache
          code to make sure it is acting as it should.  These are mostly
        help
          This will run some basic sanity tests on the free space cache
          code to make sure it is acting as it should.  These are mostly
-         regression tests and are only really interesting to btrfs devlopers.
+         regression tests and are only really interesting to btrfs
+         developers.
 
          If unsure, say N.
 
 
          If unsure, say N.
 
@@ -72,3 +73,12 @@ config BTRFS_DEBUG
          performance, or export extra information via sysfs.
 
          If unsure, say N.
          performance, or export extra information via sysfs.
 
          If unsure, say N.
+
+config BTRFS_ASSERT
+       bool "Btrfs assert support"
+       depends on BTRFS_FS
+       help
+         Enable run-time assertion checking.  This will result in panics if
+         any of the assertions trip.  This is meant for btrfs developers only.
+
+         If unsure, say N.