diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-11-14 09:19:16 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-11-14 09:19:16 +0000 |
| commit | 395e673587ff1a0d9ee246b56281c8dc29d6d898 (patch) | |
| tree | 962ba18236cfb5e9adb814c6ce639484d819c3b1 /sys/kern/vfs_cluster.c | |
| parent | 549a075acc1d7a87e191d30adfb5682f9ed80c3b (diff) | |
Notes
Diffstat (limited to 'sys/kern/vfs_cluster.c')
| -rw-r--r-- | sys/kern/vfs_cluster.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/vfs_cluster.c b/sys/kern/vfs_cluster.c index 8644b7f94169..e9e4f612daa0 100644 --- a/sys/kern/vfs_cluster.c +++ b/sys/kern/vfs_cluster.c @@ -33,7 +33,7 @@ * SUCH DAMAGE. * * @(#)vfs_cluster.c 8.7 (Berkeley) 2/13/94 - * $Id: vfs_cluster.c,v 1.22 1995/10/09 03:19:49 dyson Exp $ + * $Id: vfs_cluster.c,v 1.23 1995/10/29 15:31:22 phk Exp $ */ #include <sys/param.h> @@ -54,7 +54,7 @@ #include <vm/vm.h> #include <sys/sysctl.h> int doreallocblks = 0; -struct ctldebug debug13 = {"doreallocblks", &doreallocblks}; +SYSCTL_INT(_debug, 13, doreallocblks, CTLFLAG_RW, &doreallocblks, 0, ""); #else /* XXX for cluster_write */ |
