diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2007-03-21 21:20:51 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2007-03-21 21:20:51 +0000 |
| commit | aa89d8cd5299e308fe8eaa099fe89bfeb40917d1 (patch) | |
| tree | 3b7e93e92bb0a2a4559d2d242f9c069564849c03 /sys/kern/kern_lock.c | |
| parent | 503916a7c1d38ccdfbc10aa3e2e68f95b03727c8 (diff) | |
Notes
Diffstat (limited to 'sys/kern/kern_lock.c')
| -rw-r--r-- | sys/kern/kern_lock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_lock.c b/sys/kern/kern_lock.c index 3b67bfa368cf..318b0390207d 100644 --- a/sys/kern/kern_lock.c +++ b/sys/kern/kern_lock.c @@ -217,7 +217,7 @@ _lockmgr(struct lock *lkp, int flags, struct mtx *interlkp, if ((flags & (LK_NOWAIT|LK_RELEASE)) == 0) WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, - &lkp->lk_interlock->mtx_object, + &lkp->lk_interlock->lock_object, "Acquiring lockmgr lock \"%s\"", lkp->lk_wmesg); if (panicstr != NULL) { |
