summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2009-04-16 19:56:37 +0200
committerStephen Rothwell <sfr@canb.auug.org.au>2009-04-21 09:43:40 +1000
commite0e53119cd3b5bb26cb5a613d0a8d1104cd88a36 (patch)
treef1fb2b2a55dc8c5c3cd1dcbe0e7fe30bc9bd569d /init
parentd91dfbb41bb2e9bdbfbd2cc7078ed7436eab027a (diff)
driver core: set default SYSFS_DEPRECATED=n
All recent distros depend on the non-deprecated sysfs layout, so change the default value of the option to reflect that. Signed-off-by: Kay Sievers <kay.sievers@vrfy.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 7be4d3836745..3d84048248d9 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -615,13 +615,13 @@ config SYSFS_DEPRECATED
bool
config SYSFS_DEPRECATED_V2
- bool "Create deprecated sysfs layout for older userspace tools"
+ bool "remove sysfs features which may confuse old userspace tools"
depends on SYSFS
- default y
+ default n
select SYSFS_DEPRECATED
help
This option switches the layout of sysfs to the deprecated
- version.
+ version. Do not use it on recent distributions.
The current sysfs layout features a unified device tree at
/sys/devices/, which is able to express a hierarchy between