Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jun 2009 10:07:33 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/ufs/ffs ffs_vnops.c
Message-ID:  <200906301007.n5UA7pDa088804@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kib         2009-06-30 10:07:33 UTC

  FreeBSD src repository

  Modified files:
    sys/ufs/ffs          ffs_vnops.c 
  Log:
  SVN rev 195187 on 2009-06-30 10:07:33Z by kib
  
  For SU mounts, softdep_fsync() might drop vnode lock, allowing other
  threads to put dirty buffers on the vnode bufobj list. For regular files
  and synchronous fsync requests, check for the condition and restart the
  fsync vop if a new dirty buffer arrived.
  
  Tested by:      pho
  Approved by:    re (kensmith)
  MFC after:      1 month
  
  Revision  Changes    Path
  1.189     +25 -4     src/sys/ufs/ffs/ffs_vnops.c



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