projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb8799e
)
sysfs: fix SYSFS_DEPRECATED_V2 prompt
author
Randy Dunlap
<
[email protected]
>
Tue, 1 Dec 2009 21:17:50 +0000
(13:17 -0800)
committer
Linus Torvalds
<
[email protected]
>
Wed, 2 Dec 2009 00:32:20 +0000
(16:32 -0800)
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 <
[email protected]
>
Cc: Kay Sievers <
[email protected]
>
Cc: Greg KH <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
init/Kconfig
patch
|
blob
|
history
diff --git
a/init/Kconfig
b/init/Kconfig
index 39923ccc287b6adfcd543ed711b0e27865a1d387..eb4b33725db114984f4a967119a59e9892b225c3 100644
(file)
--- a/
init/Kconfig
+++ b/
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