cvs commit: src/sys/sys mount.h src/sys/ufs/ffs ffs_softdep.c
Tor Egge
tegge at FreeBSD.org
Mon Sep 25 21:17:18 PDT 2006
tegge 2006-09-26 04:17:17 UTC
FreeBSD src repository
Modified files:
sys/sys mount.h
sys/ufs/ffs ffs_softdep.c
Log:
Increase mnt_noasync once in softdep_mount() to disallow async io,
closing a window where a file system using softupdates could be async
for a short while if both MNT_UPDATE and MNT_ASYNC were passed as flags
to nmount(). Add MNTK_SOFTDEP flag to ensure that softdep_mount()
doesn't increase mnt_noasync multiple times.
Revision Changes Path
1.214 +1 -0 src/sys/sys/mount.h
1.200 +5 -0 src/sys/ufs/ffs/ffs_softdep.c
More information about the cvs-src
mailing list