[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <4B0B214A.5020006@oracle.com>
Date: Mon, 23 Nov 2009 15:56:58 -0800
From: Randy Dunlap <randy.dunlap@...cle.com>
To: LKML <linux-kernel@...r.kernel.org>
CC: Greg KH <gregkh@...e.de>, kay.sievers@...y.org,
Andrew Morton <akpm@...ux-foundation.org>
Subject: [PATCH] sysfs: fix SYSFS_DEPRECATED_V2 prompt
From: Randy Dunlap <randy.dunlap@...cle.com>
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@...cle.com>
Cc: Kay Sievers <kay.sievers@...y.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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists