change vfs.ffs.doreallocblks to 1 by default - this does not have

aby bad symptoms any more, fix for bug causing problems with this
option was in BSD4.4-Lite2 and pulled in together with softdep changes

See also Keith Smith & Margo Seltzer's paper on the topic at
http://www.eecs.harvard.edu/~keith/papers/realloc.ps.gz
This commit is contained in:
jdolecek 2000-11-30 19:46:02 +00:00
parent 50d91bb255
commit 861369604d

View File

@ -1,4 +1,4 @@
/* $NetBSD: ffs_alloc.c,v 1.37 2000/11/27 08:39:54 chs Exp $ */
/* $NetBSD: ffs_alloc.c,v 1.38 2000/11/30 19:46:02 jdolecek Exp $ */
/*
* Copyright (c) 1982, 1986, 1989, 1993
@ -394,7 +394,7 @@ struct ctldebug debug15 = { "prtrealloc", &prtrealloc };
#endif
int doasyncfree = 1;
int doreallocblks;
int doreallocblks = 1;
int
ffs_reallocblks(v)