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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to