mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-04 12:52:15 +00:00
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:
parent
402d7aa884
commit
c534bd449e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=125841
@ -60,6 +60,7 @@ static const char rcsid[] =
|
||||
|
||||
struct mntopt mopts[] = {
|
||||
MOPT_STDOPTS,
|
||||
MOPT_ASYNC,
|
||||
MOPT_FORCE,
|
||||
MOPT_SYNC,
|
||||
MOPT_UPDATE,
|
||||
|
Loading…
Reference in New Issue
Block a user