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

uidinfo lock locking order.
This commit is contained in:
John Baldwin 2001-02-09 20:52:02 +00:00
parent c3a6f33758
commit c75e5182ce
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
};