NetBSD/sys/ufs
joerg 9a364d2ed3 Split ffs_freefile into a frontend for normal cylinder group and for
snapshot use. Adjust ffs_blkfree_common to get the fs instance passed
in, the original commit didn't account blocks in the snapshots
correctly. Assert that ffs_blkfree is used with the primary fs instance
and that ffs_checkfreefile is only used for snapshots. Move the bdwrite
from ffs_blkfree_common into the caller for symmetry. This creates a
redundant write of unmodified data for ffs_blkfree_snap if a double free
of a block happens.

Reviewed and tested by hannken@.
2008-12-06 20:05:55 +00:00
..
ext2fs Rototill all remaining file systems to use ubc_uiomove() instead 2008-11-26 20:17:33 +00:00
ffs Split ffs_freefile into a frontend for normal cylinder group and for 2008-12-06 20:05:55 +00:00
lfs These depend on ffs. 2008-11-13 11:10:41 +00:00
mfs These depend on ffs. 2008-11-13 11:10:41 +00:00
ufs add support for 32 bit uid/gid fields in ext2, but only do so for 2008-11-23 10:09:25 +00:00
files.ufs Merge the simonb-wapbl branch. From the original branch commit: 2008-07-31 05:38:04 +00:00
Makefile