freebsd-dev/sys/ufs
Jeff Roberson 22a722605d - Convert the bufobj lock to rwlock.
- Use a shared bufobj lock in getblk() and inmem().
 - Convert softdep's lk to rwlock to match the bufobj lock.
 - Move INFREECNT to b_flags and protect it with the buf lock.
 - Remove unnecessary locking around bremfree() and BKGRDINPROG.

Sponsored by:	EMC / Isilon Storage Division
Discussed with:	mckusick, kib, mdf
2013-05-31 00:43:41 +00:00
..
ffs - Convert the bufobj lock to rwlock. 2013-05-31 00:43:41 +00:00
ufs When renaming a directory from one parent directory to another, 2013-03-20 17:57:00 +00:00