Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Sep 2006 04:17:17 +0000 (UTC)
From:      Tor Egge <tegge@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys mount.h src/sys/ufs/ffs ffs_softdep.c
Message-ID:  <200609260417.k8Q4HHe9065730@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609260417.k8Q4HHe9065730>