summaryrefslogtreecommitdiffstats
path: root/fs/configfs
diff options
context:
space:
mode:
authorNicholas Bellinger <nab@linux-iscsi.org>2011-01-16 21:11:25 +0000
committerNicholas Bellinger <nab@linux-iscsi.org>2011-01-16 21:22:29 +0000
commite205117285d6035af135c9d6c34a30ee6b8d1f2e (patch)
treeec2bb982058fe36ec2c8eb19e3fc11af3e8b17aa /fs/configfs
parentf652f6c5b7cfdf139f4155d78f397e99ae1c4acc (diff)
downloadlinux-e205117285d6035af135c9d6c34a30ee6b8d1f2e.tar.gz
linux-e205117285d6035af135c9d6c34a30ee6b8d1f2e.tar.xz
configfs: change depends -> select SYSFS
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>
Diffstat (limited to 'fs/configfs')
-rw-r--r--fs/configfs/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/configfs/Kconfig b/fs/configfs/Kconfig
index 13587cc97a0b..9febcdefdfdc 100644
--- a/fs/configfs/Kconfig
+++ b/fs/configfs/Kconfig
@@ -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.