svn commit: r220537 - stable/8/sys/kern

Sergey Kandaurov pluknet at FreeBSD.org
Mon Apr 11 09:06:12 UTC 2011


Author: pluknet
Date: Mon Apr 11 09:06:11 2011
New Revision: 220537
URL: http://svn.freebsd.org/changeset/base/220537

Log:
  MFC r220328:
  
   Remove malloc type M_NETADDR unused since splitting into vfs_subr.c
   and vfs_export.c.

Modified:
  stable/8/sys/kern/vfs_subr.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)

Modified: stable/8/sys/kern/vfs_subr.c
==============================================================================
--- stable/8/sys/kern/vfs_subr.c	Mon Apr 11 08:25:25 2011	(r220536)
+++ stable/8/sys/kern/vfs_subr.c	Mon Apr 11 09:06:11 2011	(r220537)
@@ -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);


More information about the svn-src-stable-8 mailing list