cvs commit: src/sys/ufs/ffs ffs_vfsops.c

Jeff Roberson jeff at FreeBSD.org
Sun Oct 5 02:42:26 PDT 2003


jeff        2003/10/05 02:42:24 PDT

  FreeBSD src repository

  Modified files:
    sys/ufs/ffs          ffs_vfsops.c 
  Log:
   - Further simplify ffs_sync().  The vnode lock is required for UFS_UPDATE()
     so make the code slightly more uniform.  The vnode lock is acquired in
     all cases and now the only difference between VCHR and other is we
     call UFS_UPDATE instead of VOP_FSYNC().
  
  Revision  Changes    Path
  1.219     +12 -16    src/sys/ufs/ffs/ffs_vfsops.c


More information about the cvs-src mailing list