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.
This commit is contained in:
Bruce Evans 2004-02-15 06:31:26 +00:00
parent 402d7aa884
commit c534bd449e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=125841

View File

@ -60,6 +60,7 @@ static const char rcsid[] =
struct mntopt mopts[] = {
MOPT_STDOPTS,
MOPT_ASYNC,
MOPT_FORCE,
MOPT_SYNC,
MOPT_UPDATE,