Skip to content

Commit

Permalink
ocfs2: Make OCFS2_FS depend on CONFIGFS_FS
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Nicholas Bellinger committed Jan 16, 2011
1 parent 86c747d commit 7b1fff7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fs/ocfs2/Kconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
config OCFS2_FS
tristate "OCFS2 file system support"
depends on NET && SYSFS
select CONFIGFS_FS
depends on NET && SYSFS && CONFIGFS_FS
select JBD2
select CRC32
select QUOTA
Expand Down

0 comments on commit 7b1fff7

Please sign in to comment.