Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-5] src/sys/ufs/ffs



Module Name:    src
Committed By:   sborrill
Date:           Tue Oct 29 10:04:12 UTC 2013

Modified Files:
        src/sys/ufs/ffs [netbsd-5]: ffs_alloc.c

Log Message:
Pull up the following revisions(s) (requested by bad in ticket #1888):
        sys/ufs/ffs/ffs_alloc.c:        revision 1.144 via patch

Pull in fix from FreeBSD ffs_alloc.c r121785:
Consider only cylinder groups with at least 75% of the average free space
per cylinder group and 75% of the average free inodes per cylinder group
as candidates for the creation of a new directory.  Avoids excessive I/O
scanning for a suitable cylinder group on relatively full file systems.


To generate a diff of this commit:
cvs rdiff -u -r1.113.4.2 -r1.113.4.3 src/sys/ufs/ffs/ffs_alloc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index