PERFORCE change 113270 for review

Todd Miller millert at FreeBSD.org
Sun Jan 21 22:26:56 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=113270

Change 113270 by millert at millert_macbook on 2007/01/21 22:25:25

	Remove M_EXTATTR, it is no longer used.  This also means
	that M_LCTX movees to 106.

Affected files ...

.. //depot/projects/trustedbsd/sedarwin8/darwin/xnu/bsd/kern/kern_malloc.c#3 edit
.. //depot/projects/trustedbsd/sedarwin8/darwin/xnu/bsd/sys/malloc.h#3 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin8/darwin/xnu/bsd/kern/kern_malloc.c#3 (text+ko) ====

@@ -241,8 +241,7 @@
 	0,		KMZ_MALLOC,		/* 103 M_MACPIPELABEL */
 	0,		KMZ_MALLOC,		/* 104 M_MACTEMP */
 	0,		KMZ_MALLOC,		/* 105 M_SBUF */
-	0,		KMZ_MALLOC,		/* 106 M_HFS_EXTATTR */
-	0,		KMZ_MALLOC,		/* 107 M_LCTX */
+	0,		KMZ_MALLOC,		/* 106 M_LCTX */
 #undef	SOS
 #undef	SOX
 };

==== //depot/projects/trustedbsd/sedarwin8/darwin/xnu/bsd/sys/malloc.h#3 (text+ko) ====

@@ -199,7 +199,6 @@
 #define M_MACPIPELABEL	103	/* MAC pipe labels */
 #define M_MACTEMP	104	/* MAC framework */
 #define M_SBUF		105	/* string buffers */
-#define M_EXTATTR	106	/* extended attribute */
 #define M_LCTX		107	/* process login context */
  
 
@@ -332,8 +331,7 @@
 	"macpipelabel",	/* 103 M_MACPIPELABEL */\
 	"mactemp",	/* 104 M_MACTEMP */\
 	"sbuf",		/* 105 M_SBUF */\
-	"extattr",	/* 106 M_EXTATTR */\
-	"lctx",		/* 107 M_LCTX */\
+	"lctx",		/* 106 M_LCTX */\
 }
 
 struct kmemstats {


More information about the trustedbsd-cvs mailing list