freebsd-dev/sbin/mount_ext2fs
Bruce Evans c534bd449e Support mounting ext2fs file systems with -async to the small extent
that ext2fs in the kernel supports async mounts.  ext2fs used to
effectively force the -async flag on.  -async for ext2fs only gives
async (more precisely, delayed) writes for inode updates, so it is
barely worth using even when it is safe.
2004-02-15 06:31:26 +00:00
..
Makefile
mount_ext2fs.8
mount_ext2fs.c Support mounting ext2fs file systems with -async to the small extent 2004-02-15 06:31:26 +00:00