From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Sterba Subject: [PATCH] btrfs: add CONFIG_BTRFS_DEBUG option Date: Fri, 3 Jun 2011 13:43:24 +0200 Message-ID: <1307101404-15199-1-git-send-email-dsterba@suse.cz> Cc: chris.mason@oracle.com, mitch.harder@sabayonlinux.org, David Sterba To: linux-btrfs@vger.kernel.org Return-path: List-ID: Signed-off-by: David Sterba --- lives in git://repo.or.cz/linux-2.6/btrfs-unstable.git #config-debug-option fs/btrfs/Kconfig | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/fs/btrfs/Kconfig b/fs/btrfs/Kconfig index ecb9fd3..5601066 100644 --- a/fs/btrfs/Kconfig +++ b/fs/btrfs/Kconfig @@ -31,3 +31,13 @@ config BTRFS_FS_POSIX_ACL Linux website . If you don't know what Access Control Lists are, say N + +config BTRFS_DEBUG + bool "Btrfs debugging support" + depends on BTRFS_FS + help + Enable run-time debugging support for the btrfs filesystem. This may + enable additional and expensive checks with negative impact on + performance, or export extra information via sysfs. + + If unsure, say N. -- 1.7.5.2.353.g5df3e