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....@oracle.com>
Cc: Kay Sievers <kay.s...@vrfy.org>
---
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 majo...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
> Hello,
>
> > 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"
> Is this better? SYSFS_DEPRECATED_V2 enables deprecated sysfs features,
> but this is done to *not* confuse old userspace tools, isn't it?
Hm, agreed that it is still a bit ambiguous.
Feel free to send (another) patch.
thanks,
---
~Randy
diff --git a/init/Kconfig b/init/Kconfig
index eb4b337..d7ac66b 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -606,7 +606,7 @@ config SYSFS_DEPRECATED
bool
config SYSFS_DEPRECATED_V2
- bool "enable deprecated sysfs features which may confuse old userspace tools"
+ bool "enable deprecated sysfs features to support old userspace tools"
depends on SYSFS
default n
select SYSFS_DEPRECATED
--
1.6.5.2
> Signed-off-by: Uwe Kleine-K�nig <u.klein...@pengutronix.de>
> Cc: Greg KH <gre...@suse.de>
> Cc: Andrew Morton <ak...@linux-foundation.org>
> Cc: Kay Sievers <kay.s...@vrfy.org>
> Cc: Randy Dunlap <randy....@oracle.com>
> Cc: Linus Torvalds <torv...@linux-foundation.org>
Acked-by: Randy Dunlap <randy....@oracle.com>
Thanks.
> ---
> init/Kconfig | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/init/Kconfig b/init/Kconfig
> index eb4b337..d7ac66b 100644
> --- a/init/Kconfig
> +++ b/init/Kconfig
> @@ -606,7 +606,7 @@ config SYSFS_DEPRECATED
> bool
>
> config SYSFS_DEPRECATED_V2
> - bool "enable deprecated sysfs features which may confuse old userspace tools"
> + bool "enable deprecated sysfs features to support old userspace tools"
> depends on SYSFS
> default n
> select SYSFS_DEPRECATED
> --
---
~Randy