diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2002-12-22 16:32:34 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2002-12-22 16:32:34 +0000 |
| commit | 4ef3d7a27ba5e05b688a26b43ed657c2de3c7ea1 (patch) | |
| tree | 16265773326b36be89e9026da189f18aff037246 | |
| parent | f939355be439356af33823cdd329229b094833e4 (diff) | |
Notes
| -rw-r--r-- | sys/kern/subr_witness.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/kern/subr_witness.c b/sys/kern/subr_witness.c index 411703a1937b..05d279a5b919 100644 --- a/sys/kern/subr_witness.c +++ b/sys/kern/subr_witness.c @@ -198,6 +198,8 @@ static struct witness_order_list_entry order_lists[] = { { "Giant", &lock_class_mtx_sleep }, { "proctree", &lock_class_sx }, { "allproc", &lock_class_sx }, + { "filedesc structure", &lock_class_mtx_sleep }, + { "pipe mutex", &lock_class_mtx_sleep }, { "sigio lock", &lock_class_mtx_sleep }, { "process group", &lock_class_mtx_sleep }, { "process lock", &lock_class_mtx_sleep }, |
