From: Sunil Mushran Date: Wed, 22 Dec 2010 20:39:37 +0000 (-0800) Subject: ocfs2: Add DEBUG_FS dependency X-Git-Tag: v2.6.38-rc1~413^2~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8757241e32a295a2aa836e8f8b32912204d11fda;p=thirdparty%2Fkernel%2Fstable.git ocfs2: Add DEBUG_FS dependency Make OCFS2_FS_STATS depend on DEBUG_FS. Signed-off-by: Sunil Mushran Signed-off-by: Joel Becker --- diff --git a/fs/ocfs2/Kconfig b/fs/ocfs2/Kconfig index 0d840669698ea..ab152c00cd3af 100644 --- a/fs/ocfs2/Kconfig +++ b/fs/ocfs2/Kconfig @@ -51,7 +51,7 @@ config OCFS2_FS_USERSPACE_CLUSTER config OCFS2_FS_STATS bool "OCFS2 statistics" - depends on OCFS2_FS + depends on OCFS2_FS && DEBUG_FS default y help This option allows some fs statistics to be captured. Enabling