diff options
author | Sergey Kandaurov <pluknet@FreeBSD.org> | 2011-04-04 16:23:01 +0000 |
---|---|---|
committer | Sergey Kandaurov <pluknet@FreeBSD.org> | 2011-04-04 16:23:01 +0000 |
commit | 443db69597c1a8eada2ae1967d315b2d381b19d0 (patch) | |
tree | 6dd98326b5e95393174d9f90443069c3a7877929 /sys/kern | |
parent | 9e9ae8e20701cbea20f8deabaf148cfa05c4b424 (diff) | |
download | src-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.c | 2 |
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); |