diff options
author | Nicholas Bellinger <nab@linux-iscsi.org> | 2011-01-16 21:11:25 +0000 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2011-01-16 21:22:29 +0000 |
commit | e205117285d6035af135c9d6c34a30ee6b8d1f2e (patch) | |
tree | ec2bb982058fe36ec2c8eb19e3fc11af3e8b17aa /fs/configfs | |
parent | f652f6c5b7cfdf139f4155d78f397e99ae1c4acc (diff) | |
download | linux-3.10-e205117285d6035af135c9d6c34a30ee6b8d1f2e.tar.gz linux-3.10-e205117285d6035af135c9d6c34a30ee6b8d1f2e.tar.bz2 linux-3.10-e205117285d6035af135c9d6c34a30ee6b8d1f2e.zip |
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/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/configfs/Kconfig b/fs/configfs/Kconfig index 13587cc97a0..9febcdefdfd 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. |