Remove malloc type M_NETADDR unused since splitting into vfs_subr.c

and vfs_export.c.

MFC after:	1 week
This commit is contained in:
pluknet 2011-04-04 16:23:01 +00:00
parent 548185cc91
commit 6d33997006

View File

@ -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);