freebsd-dev/sys/ufs
Poul-Henning Kamp 156cb26583 Loose the v_dirty* and v_clean* alias macros.
Check the count field where we just want to know the full/empty state,
rather than using TAILQ_EMPTY() or TAILQ_FIRST().
2004-10-25 09:14:03 +00:00
..
ffs Loose the v_dirty* and v_clean* alias macros. 2004-10-25 09:14:03 +00:00
ufs Move the buffer method vector (buf->b_op) to the bufobj. 2004-10-24 20:03:41 +00:00