summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1994-09-24 18:31:45 +0000
committerdg <dg@FreeBSD.org>1994-09-24 18:31:45 +0000
commit4dba522530df7c0248261ed1c2902409058403dc (patch)
treef7adc1b103a85dbd7424735b46cb8a3cc5777076 /sys
parentc60a583f860371784b3926d40e01d53c088a6ca7 (diff)
downloadFreeBSD-src-4dba522530df7c0248261ed1c2902409058403dc.zip
FreeBSD-src-4dba522530df7c0248261ed1c2902409058403dc.tar.gz
Temporarily (?) disable block reallocation until either the real bug is
found or we throw out the vfs cluster code entirely.
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/vfs_cluster.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/kern/vfs_cluster.c b/sys/kern/vfs_cluster.c
index 05407dd..c73335c 100644
--- a/sys/kern/vfs_cluster.c
+++ b/sys/kern/vfs_cluster.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)vfs_cluster.c 8.7 (Berkeley) 2/13/94
- * $Id: vfs_cluster.c,v 1.3 1994/08/02 07:43:17 davidg Exp $
+ * $Id: vfs_cluster.c,v 1.4 1994/08/08 09:11:31 davidg Exp $
*/
#include <sys/param.h>
@@ -47,11 +47,11 @@
#ifdef DEBUG
#include <vm/vm.h>
#include <sys/sysctl.h>
-int doreallocblks = 1;
+int doreallocblks = 0;
struct ctldebug debug13 = { "doreallocblks", &doreallocblks };
#else
/* XXX for cluster_write */
-#define doreallocblks 1
+#define doreallocblks 0
#endif
/*
OpenPOWER on IntegriCloud