summaryrefslogtreecommitdiff
path: root/sys/kern/vfs_cluster.c
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1994-09-24 18:31:45 +0000
committerDavid Greenman <dg@FreeBSD.org>1994-09-24 18:31:45 +0000
commit7de4b2667e19da0932bec11e46f92a88acce3350 (patch)
treef7adc1b103a85dbd7424735b46cb8a3cc5777076 /sys/kern/vfs_cluster.c
parent0f85a5596568cbba6b97c3d097b6baaffdbaa78d (diff)
Notes
Diffstat (limited to 'sys/kern/vfs_cluster.c')
-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 05407dd09e35..c73335c7e894 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
/*