Unify the two sleep lock order lists to enforce the process lock ->
uidinfo lock locking order.
This commit is contained in:
parent
c3a6f33758
commit
c75e5182ce
@ -973,8 +973,8 @@ static char *spin_order_list[] = {
|
||||
};
|
||||
|
||||
static char *order_list[] = {
|
||||
"Giant", "uidinfo hash", "uidinfo struct", NULL,
|
||||
"Giant", "proctree", "allproc", "process lock", NULL,
|
||||
"Giant", "proctree", "allproc", "process lock", "uidinfo hash",
|
||||
"uidinfo struct", NULL,
|
||||
NULL
|
||||
};
|
||||
|
||||
|
@ -973,8 +973,8 @@ static char *spin_order_list[] = {
|
||||
};
|
||||
|
||||
static char *order_list[] = {
|
||||
"Giant", "uidinfo hash", "uidinfo struct", NULL,
|
||||
"Giant", "proctree", "allproc", "process lock", NULL,
|
||||
"Giant", "proctree", "allproc", "process lock", "uidinfo hash",
|
||||
"uidinfo struct", NULL,
|
||||
NULL
|
||||
};
|
||||
|
||||
|
@ -973,8 +973,8 @@ static char *spin_order_list[] = {
|
||||
};
|
||||
|
||||
static char *order_list[] = {
|
||||
"Giant", "uidinfo hash", "uidinfo struct", NULL,
|
||||
"Giant", "proctree", "allproc", "process lock", NULL,
|
||||
"Giant", "proctree", "allproc", "process lock", "uidinfo hash",
|
||||
"uidinfo struct", NULL,
|
||||
NULL
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user