Unify the two sleep lock order lists to enforce the process lock ->
uidinfo lock locking order.
This commit is contained in:
parent
27ab00ae2a
commit
6e319b65bd
@ -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