Date: Sun, 21 Jan 2007 22:26:15 GMT From: Todd Miller <millert@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 113270 for review Message-ID: <200701212226.l0LMQFU2060391@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=113270 Change 113270 by millert@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 {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701212226.l0LMQFU2060391>