[PATCH] sysfs: fix SYSFS_DEPRECATED_V2 prompt

From: Randy Dunlap
Date: Mon Nov 23 2009 - 18:58:00 EST


From: Randy Dunlap <randy.dunlap@xxxxxxxxxx>

The SYSFS_DEPRECATED_V2 says "remove" older, deprecated features,
but it actually enables them, so correct this confusing, backwards
text.

Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx>
Cc: Kay Sievers <kay.sievers@xxxxxxxx>
---
init/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

--- lnx-2632-rc8.orig/init/Kconfig
+++ lnx-2632-rc8/init/Kconfig
@@ -606,7 +606,7 @@ config SYSFS_DEPRECATED
bool

config SYSFS_DEPRECATED_V2
- bool "remove sysfs features which may confuse old userspace tools"
+ bool "enable deprecated sysfs features which may confuse old userspace tools"
depends on SYSFS
default n
select SYSFS_DEPRECATED
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/