Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Randy Dunlap and committed by
Linus Torvalds
e9438e31 cb8799ee

+1 -1
+1 -1
init/Kconfig
··· 606 606 bool 607 607 608 608 config SYSFS_DEPRECATED_V2 609 - bool "remove sysfs features which may confuse old userspace tools" 609 + bool "enable deprecated sysfs features which may confuse old userspace tools" 610 610 depends on SYSFS 611 611 default n 612 612 select SYSFS_DEPRECATED