Searched hist:171193 (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/kern/
H A Dkern_lockf.cdiff 171193 Tue Jul 03 19:22:58 MDT 2007 jeff - Remove explicit Giant protection from lockf. Use the vnode interlock
to protect this datastructure instead.
- Preallocate an extra lockf structure in case we want to split a lock
on insert or delete.
- msleep() on the vnode interlock when blocking on a lock.

Reviewed by: rwatson
Approved by: re

Completed in 112 milliseconds