Author: pluknet
Date: Mon Apr  4 16:23:01 2011
New Revision: 220328
URL: http://svn.freebsd.org/changeset/base/220328

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

Modified:
  head/sys/kern/vfs_subr.c

Modified: head/sys/kern/vfs_subr.c
==============================================================================
--- head/sys/kern/vfs_subr.c    Mon Apr  4 14:57:28 2011        (r220327)
+++ head/sys/kern/vfs_subr.c    Mon Apr  4 16:23:01 2011        (r220328)
@@ -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);
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to