aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
diff options
context:
space:
mode:
authorSergey Kandaurov <pluknet@FreeBSD.org>2011-04-04 16:23:01 +0000
committerSergey Kandaurov <pluknet@FreeBSD.org>2011-04-04 16:23:01 +0000
commit443db69597c1a8eada2ae1967d315b2d381b19d0 (patch)
tree6dd98326b5e95393174d9f90443069c3a7877929 /sys/kern
parent9e9ae8e20701cbea20f8deabaf148cfa05c4b424 (diff)
downloadsrc-443db69597c1a8eada2ae1967d315b2d381b19d0.tar.gz
src-443db69597c1a8eada2ae1967d315b2d381b19d0.zip
Remove malloc type M_NETADDR unused since splitting into vfs_subr.c
and vfs_export.c. MFC after: 1 week
Notes
Notes: svn path=/head/; revision=220328
Diffstat (limited to 'sys/kern')
-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 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);