]> 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 e374bf96a4427ce622b17cff2b2616d0394c099a..f9d5094e102943db81708451a43312f6ac2e9525 100644 (file)
@@ -73,3 +73,12 @@ config BTRFS_DEBUG
          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.