aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/vfs_bio.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1997-10-11 18:31:40 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1997-10-11 18:31:40 +0000
commit55166637cdb7a9b5b693d11b1e11764b05619ef0 (patch)
tree62cade22adf3ebf384c7723f90e9ebb2fa801c83 /sys/kern/vfs_bio.c
parent3f3e72d5f96978d7919132eac05a9bae2f502490 (diff)
downloadsrc-55166637cdb7a9b5b693d11b1e11764b05619ef0.tar.gz
src-55166637cdb7a9b5b693d11b1e11764b05619ef0.zip
Distribute and statizice a lot of the malloc M_* types.
Substantial input from: bde
Notes
Notes: svn path=/head/; revision=30309
Diffstat (limited to 'sys/kern/vfs_bio.c')
-rw-r--r--sys/kern/vfs_bio.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c
index 44cc200d9a19..f7fb4f1351b0 100644
--- a/sys/kern/vfs_bio.c
+++ b/sys/kern/vfs_bio.c
@@ -18,7 +18,7 @@
* 5. Modifications may be freely made to this file if the above conditions
* are met.
*
- * $Id: vfs_bio.c,v 1.127 1997/09/21 04:49:30 dyson Exp $
+ * $Id: vfs_bio.c,v 1.128 1997/09/21 22:00:25 gibbs Exp $
*/
/*
@@ -60,6 +60,8 @@
#include <miscfs/specfs/specdev.h>
+MALLOC_DEFINE(M_BIOBUF, "BIO buffer", "BIO buffer");
+
static void vfs_update __P((void));
static struct proc *updateproc;
static struct kproc_desc up_kp = {