Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Oct 2003 15:56:34 -0700 (PDT)
From:      Jeff Roberson <jeff@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/ufs/ffs ffs_vfsops.c
Message-ID:  <200310052256.h95MuYDM052495@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jeff        2003/10/05 15:56:34 PDT

  FreeBSD src repository

  Modified files:
    sys/ufs/ffs          ffs_vfsops.c 
  Log:
   - The VCHR case in ffs_sync() is an unneccsary optimization especially
     considering how infrequently we access devices via ffs now that we have
     devfs.   Collapse this case with the other case.
  
  Obtained from:  bde
  
  Revision  Changes    Path
  1.220     +2 -5      src/sys/ufs/ffs/ffs_vfsops.c



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