summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpluknet <pluknet@FreeBSD.org>2011-04-04 16:23:01 +0000
committerpluknet <pluknet@FreeBSD.org>2011-04-04 16:23:01 +0000
commit6d33997006747ff0335fff5289414202b0680dcc (patch)
tree6dd98326b5e95393174d9f90443069c3a7877929
parent548185cc915ea3e8861665aed55b46083dfdc869 (diff)
downloadFreeBSD-src-6d33997006747ff0335fff5289414202b0680dcc.zip
FreeBSD-src-6d33997006747ff0335fff5289414202b0680dcc.tar.gz
Remove malloc type M_NETADDR unused since splitting into vfs_subr.c
and vfs_export.c. MFC after: 1 week
-rw-r--r--sys/kern/vfs_subr.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c
index e8bf63f..5809dbb 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);
OpenPOWER on IntegriCloud