]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
configfs: change depends -> select SYSFS
authorNicholas Bellinger <nab@linux-iscsi.org>
Sun, 16 Jan 2011 21:11:25 +0000 (21:11 +0000)
committerNicholas Bellinger <nab@linux-iscsi.org>
Sun, 16 Jan 2011 21:22:29 +0000 (21:22 +0000)
This patch changes configfs to select SYSFS to fix the following:

warning: (TARGET_CORE && GFS2_FS) selects CONFIGFS_FS which has unmet direct dependencies (SYSFS)

Reported-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Nicholas A. Bellinger <nab@linux-iscsi.org>
Acked-by: Joel Becker <jlbec@evilplan.org>
fs/configfs/Kconfig

index 13587cc97a0b607921512fdacfca529af99c3ba2..9febcdefdfdc7546323c8f0db7b88771dac1dd41 100644 (file)
@@ -1,8 +1,8 @@
 config CONFIGFS_FS
        tristate "Userspace-driven configuration filesystem"
-       depends on SYSFS
+       select SYSFS
        help
-         configfs is a ram-based filesystem that provides the converse
+         configfs is a RAM-based filesystem that provides the converse
          of sysfs's functionality. Where sysfs is a filesystem-based
          view of kernel objects, configfs is a filesystem-based manager
          of kernel objects, or config_items.