Deleted Added
full compact
85c85
< __FBSDID("$FreeBSD: head/sys/kern/subr_witness.c 154077 2006-01-06 18:07:32Z jhb $");
---
> __FBSDID("$FreeBSD: head/sys/kern/subr_witness.c 154484 2006-01-17 16:55:17Z jhb $");
546,548d545
< if (lock->lo_flags & LO_INITIALIZED)
< panic("%s: lock (%s) %s is already initialized", __func__,
< class->lc_name, lock->lo_name);
569d565
< lock->lo_flags |= LO_INITIALIZED;
590,592d585
< if ((lock->lo_flags & LO_INITIALIZED) == 0)
< panic("%s: lock (%s) %s is not initialized", __func__,
< class->lc_name, lock->lo_name);
618d610
< lock->lo_flags &= ~LO_INITIALIZED;