Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Apr 2011 09:06:11 +0000 (UTC)
From:      Sergey Kandaurov <pluknet@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r220537 - stable/8/sys/kern
Message-ID:  <201104110906.p3B96BLh079760@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104110906.p3B96BLh079760>