]> git.baikalelectronics.ru Git - kernel.git/commit
lib/plist: rename DEBUG_PI_LIST to DEBUG_PLIST
authorDavidlohr Bueso <dave@stgolabs.net>
Tue, 14 May 2019 22:42:46 +0000 (15:42 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 15 May 2019 02:52:49 +0000 (19:52 -0700)
commit99751ce54e03ca290194cacab4d96b98f836e78b
tree0456fd3cd8626d842824839c5d9b9d62e7d165de
parent67b125400b3476b9922399eac234aecca072384f
lib/plist: rename DEBUG_PI_LIST to DEBUG_PLIST

This is a lot more appropriate than PI_LIST, which in the kernel one
would assume that it has to do with priority-inheritance; which is not
-- furthermore futexes make use of plists so this can be even more
confusing, albeit the debug nature of the config option.

Link: http://lkml.kernel.org/r/20190317185434.1626-1-dave@stgolabs.net
Signed-off-by: Davidlohr Bueso <dbueso@suse.de>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/plist.h
lib/Kconfig.debug
lib/plist.c