diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-03-26 07:25:52 -0500 |
---|---|---|
committer | Mark Fasheh <mark.fasheh@oracle.com> | 2006-06-29 17:56:12 -0400 |
commit | 4ba63adce06bc7549e1dd36344123dbaccdaa52f (patch) | |
tree | 35711888b56dbcec39478d6c8406d002ee57c38d /fs/Kconfig | |
parent | 2b388c67906ee8cd3bf1a600a7023cd0807d414f (diff) |
ocfs2: OCFS2_FS must depend on SYSFS
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index be870db242b3..53f5c6d61121 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -326,7 +326,7 @@ source "fs/xfs/Kconfig" | |||
326 | 326 | ||
327 | config OCFS2_FS | 327 | config OCFS2_FS |
328 | tristate "OCFS2 file system support (EXPERIMENTAL)" | 328 | tristate "OCFS2 file system support (EXPERIMENTAL)" |
329 | depends on NET && EXPERIMENTAL | 329 | depends on NET && SYSFS && EXPERIMENTAL |
330 | select CONFIGFS_FS | 330 | select CONFIGFS_FS |
331 | select JBD | 331 | select JBD |
332 | select CRC32 | 332 | select CRC32 |