Source-Changes-HG archive

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

[src/trunk]: src/sys/kern Set doreallocblks=1 here.



details:   https://anonhg.NetBSD.org/src/rev/c67bb61504a4
branches:  trunk
changeset: 499843:c67bb61504a4
user:      nathanw <nathanw%NetBSD.org@localhost>
date:      Thu Nov 30 20:56:53 2000 +0000

description:
Set doreallocblks=1 here.

diffstat:

 sys/kern/vfs_cluster.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 44e3cbbbd239 -r c67bb61504a4 sys/kern/vfs_cluster.c
--- a/sys/kern/vfs_cluster.c    Thu Nov 30 20:56:10 2000 +0000
+++ b/sys/kern/vfs_cluster.c    Thu Nov 30 20:56:53 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vfs_cluster.c,v 1.25 2000/11/14 22:23:06 thorpej Exp $ */
+/*     $NetBSD: vfs_cluster.c,v 1.26 2000/11/30 20:56:53 nathanw Exp $ */
 
 /*-
  * Copyright (c) 1993
@@ -47,7 +47,7 @@
 
 #include <uvm/uvm_extern.h>
 
-int doreallocblks = 0;
+int doreallocblks = 1;
 
 #ifdef DEBUG
 #include <sys/sysctl.h>



Home | Main Index | Thread Index | Old Index