summaryrefslogtreecommitdiffstats
path: root/sys/ufs/mfs/mfs_vfsops.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ufs/mfs/mfs_vfsops.c')
-rw-r--r--sys/ufs/mfs/mfs_vfsops.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/ufs/mfs/mfs_vfsops.c b/sys/ufs/mfs/mfs_vfsops.c
index d77caf6..5b42db8 100644
--- a/sys/ufs/mfs/mfs_vfsops.c
+++ b/sys/ufs/mfs/mfs_vfsops.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)mfs_vfsops.c 8.11 (Berkeley) 6/19/95
- * $Id: mfs_vfsops.c,v 1.33 1997/09/21 22:10:01 gibbs Exp $
+ * $Id: mfs_vfsops.c,v 1.34 1997/10/10 18:17:42 phk Exp $
*/
#include <sys/param.h>
@@ -61,6 +61,8 @@
# include <i386/i386/cons.h> /* console IO */
#endif
+MALLOC_DEFINE(M_MFSNODE, "MFS node", "MFS vnode private part");
+
static int mfs_imageload __P((dev_t dev, caddr_t addr, int size));
extern int mfs_initminiroot __P((caddr_t base));
OpenPOWER on IntegriCloud