From 443db69597c1a8eada2ae1967d315b2d381b19d0 Mon Sep 17 00:00:00 2001 From: Sergey Kandaurov Date: Mon, 4 Apr 2011 16:23:01 +0000 Subject: [PATCH] Remove malloc type M_NETADDR unused since splitting into vfs_subr.c and vfs_export.c. MFC after: 1 week --- sys/kern/vfs_subr.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c index e8bf63f05615..5809dbb3c47f 100644 --- a/sys/kern/vfs_subr.c +++ b/sys/kern/vfs_subr.c @@ -93,8 +93,6 @@ __FBSDID("$FreeBSD$"); #define WI_MPSAFEQ 0 #define WI_GIANTQ 1 -static MALLOC_DEFINE(M_NETADDR, "subr_export_host", "Export host address structure"); - static void delmntque(struct vnode *vp); static int flushbuflist(struct bufv *bufv, int flags, struct bufobj *bo, int slpflag, int slptimeo);