svn commit: r220538 - stable/7/sys/kern
Sergey Kandaurov
pluknet at FreeBSD.org
Mon Apr 11 09:28:29 UTC 2011
Author: pluknet
Date: Mon Apr 11 09:28:28 2011
New Revision: 220538
URL: http://svn.freebsd.org/changeset/base/220538
Log:
MFC r220328:
Remove malloc type M_NETADDR unused since splitting into vfs_subr.c
and vfs_export.c.
Modified:
stable/7/sys/kern/vfs_subr.c
Directory Properties:
stable/7/sys/ (props changed)
stable/7/sys/cddl/contrib/opensolaris/ (props changed)
stable/7/sys/contrib/dev/acpica/ (props changed)
stable/7/sys/contrib/pf/ (props changed)
Modified: stable/7/sys/kern/vfs_subr.c
==============================================================================
--- stable/7/sys/kern/vfs_subr.c Mon Apr 11 09:06:11 2011 (r220537)
+++ stable/7/sys/kern/vfs_subr.c Mon Apr 11 09:28:28 2011 (r220538)
@@ -89,8 +89,6 @@ __FBSDID("$FreeBSD$");
#include <ddb/ddb.h>
#endif
-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);
More information about the svn-src-all
mailing list