]> git.baikalelectronics.ru Git - kernel.git/commit
ocfs2: Make OCFS2_FS depend on CONFIGFS_FS
authorNicholas Bellinger <nab@linux-iscsi.org>
Sun, 16 Jan 2011 21:16:07 +0000 (21:16 +0000)
committerNicholas Bellinger <nab@linux-iscsi.org>
Sun, 16 Jan 2011 21:22:40 +0000 (21:22 +0000)
commit429d18cd7c872a2903712aefcccf131cd1ef0647
tree3dd87024ca113e7bae839c5f0b77ae78ab41b627
parenta9ee793b7e3ac6124345093be27b23dc7d6de13e
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>
fs/ocfs2/Kconfig