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:
parent
50d91bb255
commit
861369604d
@ -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
|
* Copyright (c) 1982, 1986, 1989, 1993
|
||||||
@ -394,7 +394,7 @@ struct ctldebug debug15 = { "prtrealloc", &prtrealloc };
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
int doasyncfree = 1;
|
int doasyncfree = 1;
|
||||||
int doreallocblks;
|
int doreallocblks = 1;
|
||||||
|
|
||||||
int
|
int
|
||||||
ffs_reallocblks(v)
|
ffs_reallocblks(v)
|
||||||
|
Loading…
Reference in New Issue
Block a user