Module Name: src
Committed By: sborrill
Date: Tue Oct 29 10:04:41 UTC 2013
Modified Files:
src/doc [netbsd-5]: CHANGES-5.3
Log Message:
Ticket #1888
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.34 -r1.1.2.35 src/doc/CHANGES-5.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-5.3
diff -u src/doc/CHANGES-5.3:1.1.2.34 src/doc/CHANGES-5.3:1.1.2.35
--- src/doc/CHANGES-5.3:1.1.2.34 Sun Oct 20 14:06:27 2013
+++ src/doc/CHANGES-5.3 Tue Oct 29 10:04:41 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.3,v 1.1.2.34 2013/10/20 14:06:27 bouyer Exp $
+# $NetBSD: CHANGES-5.3,v 1.1.2.35 2013/10/29 10:04:41 sborrill Exp $
A complete list of changes from the NetBSD 5.2 release to the NetBSD 5.3
release:
@@ -619,3 +619,13 @@ sys/arch/hp700/hp700/autoconf.c 1.51
Remember to unmap pagezero once we've finished with it.
[skrll, ticket #1886]
+sys/ufs/ffs/ffs_alloc.c 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.
+ [bad, ticket #1888]
+