1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-03 17:11:32 +00:00

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:
Sergey Kandaurov 2011-04-04 16:23:01 +00:00
parent 9e9ae8e207
commit 443db69597
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=220328

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