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 Make this WARNS=2 clean by 2003-11-13 19:18:43 +00:00
mount_ext2fs.8 Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, 2003-01-01 18:49:04 +00:00
mount_ext2fs.c Support mounting ext2fs file systems with -async to the small extent 2004-02-15 06:31:26 +00:00