cvs commit: src/sys/ufs/ffs ffs_vfsops.c
Jeff Roberson
jeff at FreeBSD.org
Sun Oct 5 15:56:35 PDT 2003
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
More information about the cvs-src
mailing list