Unify the two sleep lock order lists to enforce the process lock ->

uidinfo lock locking order.
This commit is contained in:
jhb 2001-02-09 20:52:02 +00:00
parent 27ab00ae2a
commit 6e319b65bd
3 changed files with 6 additions and 6 deletions

View File

@ -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
};

View File

@ -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
};

View File

@ -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
};