freebsd-nq/sys/ufs
Jeff Roberson 6ca9fcc586 - Add a BO_NEEDSGIANT flag to the bufobj. This flag forces all child
buffers to go on the buf daemon's DIRTYGIANT queue.
 - Set BO_NEEDSGIANT on ffs's devvp since the ffs_copyonwrite handler
   runs in the context of the buf daemon and may require Giant.
2006-04-28 01:05:31 +00:00
..
ffs - Add a BO_NEEDSGIANT flag to the bufobj. This flag forces all child 2006-04-28 01:05:31 +00:00
ufs Eliminate softdep_flush() livelock by accounting for number of worklist items 2006-04-03 22:23:23 +00:00