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[] = {
|
static char *order_list[] = {
|
||||||
"Giant", "uidinfo hash", "uidinfo struct", NULL,
|
"Giant", "proctree", "allproc", "process lock", "uidinfo hash",
|
||||||
"Giant", "proctree", "allproc", "process lock", NULL,
|
"uidinfo struct", NULL,
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -973,8 +973,8 @@ static char *spin_order_list[] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static char *order_list[] = {
|
static char *order_list[] = {
|
||||||
"Giant", "uidinfo hash", "uidinfo struct", NULL,
|
"Giant", "proctree", "allproc", "process lock", "uidinfo hash",
|
||||||
"Giant", "proctree", "allproc", "process lock", NULL,
|
"uidinfo struct", NULL,
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -973,8 +973,8 @@ static char *spin_order_list[] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static char *order_list[] = {
|
static char *order_list[] = {
|
||||||
"Giant", "uidinfo hash", "uidinfo struct", NULL,
|
"Giant", "proctree", "allproc", "process lock", "uidinfo hash",
|
||||||
"Giant", "proctree", "allproc", "process lock", NULL,
|
"uidinfo struct", NULL,
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user