summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/Kconfig
diff options
context:
space:
mode:
authorSunil Mushran2010-12-22 21:39:37 +0100
committerJoel Becker2010-12-23 03:34:48 +0100
commit8757241e32a295a2aa836e8f8b32912204d11fda (patch)
tree9327c73751aa7c6a1fb5a72934b4ad36c9d5ff5b /fs/ocfs2/Kconfig
parentocfs2/dlm: Hard code the values for enums (diff)
downloadkernel-qcow2-linux-8757241e32a295a2aa836e8f8b32912204d11fda.tar.gz
kernel-qcow2-linux-8757241e32a295a2aa836e8f8b32912204d11fda.tar.xz
kernel-qcow2-linux-8757241e32a295a2aa836e8f8b32912204d11fda.zip
ocfs2: Add DEBUG_FS dependency
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>
Diffstat (limited to 'fs/ocfs2/Kconfig')
-rw-r--r--fs/ocfs2/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/Kconfig b/fs/ocfs2/Kconfig
index 0d840669698e..ab152c00cd3a 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