diff options
| -rw-r--r-- | sys/kern/kern_lock.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/kern_lock.c b/sys/kern/kern_lock.c index f19e249a6c2c..f4e5ea9903e2 100644 --- a/sys/kern/kern_lock.c +++ b/sys/kern/kern_lock.c @@ -1067,6 +1067,7 @@ db_show_lockmgr(struct lock_object *lock) switch (lk->lk_lock & LK_ALL_WAITERS) { case LK_SHARED_WAITERS: db_printf("shared\n"); + break; case LK_EXCLUSIVE_WAITERS: db_printf("exclusive\n"); break; |
