K 10 svn:author V 5 tegge K 8 svn:date V 27 2006-09-26T04:17:17.000000Z K 7 svn:log V 321 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. END