mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 21:38:32 +08:00
sysfs: fix SYSFS_DEPRECATED_V2 prompt
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@oracle.com> Cc: Kay Sievers <kay.sievers@vrfy.org> Cc: Greg KH <greg@kroah.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
cb8799eedd
commit
e9438e3193
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user