mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
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>
This commit is contained in:
committed by
Linus Torvalds
parent
cdc90a1871
commit
8e18faeac3
@@ -26,7 +26,7 @@
|
||||
#include <linux/bug.h>
|
||||
#include <linux/plist.h>
|
||||
|
||||
#ifdef CONFIG_DEBUG_PI_LIST
|
||||
#ifdef CONFIG_DEBUG_PLIST
|
||||
|
||||
static struct plist_head test_head;
|
||||
|
||||
@@ -173,7 +173,7 @@ void plist_requeue(struct plist_node *node, struct plist_head *head)
|
||||
plist_check_head(head);
|
||||
}
|
||||
|
||||
#ifdef CONFIG_DEBUG_PI_LIST
|
||||
#ifdef CONFIG_DEBUG_PLIST
|
||||
#include <linux/sched.h>
|
||||
#include <linux/sched/clock.h>
|
||||
#include <linux/module.h>
|
||||
|
Reference in New Issue
Block a user