diff options
author | Sunil Mushran <sunil.mushran@oracle.com> | 2010-12-22 15:39:37 -0500 |
---|---|---|
committer | Joel Becker <joel.becker@oracle.com> | 2010-12-22 21:34:48 -0500 |
commit | 8757241e32a295a2aa836e8f8b32912204d11fda (patch) | |
tree | 9327c73751aa7c6a1fb5a72934b4ad36c9d5ff5b /fs/ocfs2/Kconfig | |
parent | 079ffb743c622fe2189b75614427c56e8391498b (diff) |
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/Kconfig | 2 |
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 | |||
51 | 51 | ||
52 | config OCFS2_FS_STATS | 52 | config OCFS2_FS_STATS |
53 | bool "OCFS2 statistics" | 53 | bool "OCFS2 statistics" |
54 | depends on OCFS2_FS | 54 | depends on OCFS2_FS && DEBUG_FS |
55 | default y | 55 | default y |
56 | help | 56 | help |
57 | This option allows some fs statistics to be captured. Enabling | 57 | This option allows some fs statistics to be captured. Enabling |