ocfs2: Add DEBUG_FS dependency
authorSunil Mushran <sunil.mushran@oracle.com>
Wed, 22 Dec 2010 20:39:37 +0000 (12:39 -0800)
committerJoel Becker <joel.becker@oracle.com>
Thu, 23 Dec 2010 02:34:48 +0000 (18:34 -0800)
Make OCFS2_FS_STATS depend on DEBUG_FS.

Signed-off-by: Sunil Mushran <sunil.mushran@oracle.com>
Signed-off-by: Joel Becker <joel.becker@oracle.com>
fs/ocfs2/Kconfig

index 0d840669698ea7584c5eb860a1430206e76712c1..ab152c00cd3af885aad24333da0427b736294312 100644 (file)
@@ -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
This page took 0.024722 seconds and 5 git commands to generate.