freebsd-dev/sys/gnu
jeff 36e366e906 - In LCK_BUF() simply change the owner of the buf to the kernel.
- In ULCK_BUF we no longer need to acquire the lock, just write the buf out.
 - The combination of these changes eliminates one more use of B_LOCKED which
   is in the way of making the buffer cache SMP safe.  In the long term
   ext2fs should probably not try to optimize the use of their metadata bufs
   with a private cache.  This will starve the rest of the system for buffers
   in the extreme case.

Discussed with:	bde (A long time ago..)
Tested on:	md disk/x86
2003-08-28 00:52:23 +00:00
..
dev/sound/pci This commit was generated by cvs2svn to compensate for changes in r115990, 2003-06-07 20:54:30 +00:00
ext2fs - In LCK_BUF() simply change the owner of the buf to the kernel. 2003-08-28 00:52:23 +00:00
fs/ext2fs - In LCK_BUF() simply change the owner of the buf to the kernel. 2003-08-28 00:52:23 +00:00