diff options
author | Nicholas Bellinger <nab@linux-iscsi.org> | 2011-01-16 16:16:07 -0500 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2011-01-16 16:22:40 -0500 |
commit | 7b1fff7e4fdf2805fce7afd6247912588d72d604 (patch) | |
tree | 3dd87024ca113e7bae839c5f0b77ae78ab41b627 /fs/ocfs2/Kconfig | |
parent | 86c747d2a4f028fe2fdf091c3a81d0e187827682 (diff) |
ocfs2: Make OCFS2_FS depend on CONFIGFS_FS
This patch fixes the following kconfig error after changing
CONFIGFS_FS -> select SYSFS:
fs/sysfs/Kconfig:1:error: recursive dependency detected!
fs/sysfs/Kconfig:1: symbol SYSFS is selected by CONFIGFS_FS
fs/configfs/Kconfig:1: symbol CONFIGFS_FS is selected by OCFS2_FS
fs/ocfs2/Kconfig:1: symbol OCFS2_FS depends on SYSFS
Signed-off-by: Nicholas A. Bellinger <nab@linux-iscsi.org>
Cc: Joel Becker <jlbec@evilplan.org>
Cc: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'fs/ocfs2/Kconfig')
-rw-r--r-- | fs/ocfs2/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/ocfs2/Kconfig b/fs/ocfs2/Kconfig index ab152c00cd3a..77a8de5f7119 100644 --- a/fs/ocfs2/Kconfig +++ b/fs/ocfs2/Kconfig | |||
@@ -1,7 +1,6 @@ | |||
1 | config OCFS2_FS | 1 | config OCFS2_FS |
2 | tristate "OCFS2 file system support" | 2 | tristate "OCFS2 file system support" |
3 | depends on NET && SYSFS | 3 | depends on NET && SYSFS && CONFIGFS_FS |
4 | select CONFIGFS_FS | ||
5 | select JBD2 | 4 | select JBD2 |
6 | select CRC32 | 5 | select CRC32 |
7 | select QUOTA | 6 | select QUOTA |