[TRIVIAL][PATCH] Fix comment in include/linux/gfp.h

Matthew Dobson (colpatch@us.ibm.com)
Mon, 16 Jun 2003 14:21:42 -0700


This is a MIME-formatted message. If you see this text it means that your
E-mail software does not support MIME-formatted messages.

--=_courier-25134-1055799014-0001-2
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

Hi all,
Small fix for a comment in gfp.h. A bit ago, a fix went in to make
GFP_ZONEMASK accurate (was 0xf, now 0x3). The patch fixed the
definition of GFP_ZONEMASK in include/linux/mmzone.h, but didn't fix
this comment. It's just a comment fix, so please ignore as appropriate! ;)

Cheers!

-Matt

--=_courier-25134-1055799014-0001-2
Content-Type: text/plain; name="GFP_ZONEMASK_comment_fix.patch"; charset=iso-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="GFP_ZONEMASK_comment_fix.patch"

--- linux-2.5.70-bk17/include/linux/gfp.h Mon May 26 18:00:26 2003
+++ linux-2.5.70-bk17/include/linux/gfp.h.fixed Mon Jun 16 11:48:03 2003
@@ -7,7 +7,7 @@
/*
* GFP bitmasks..
*/
-/* Zone modifiers in GFP_ZONEMASK (see linux/mmzone.h - low four bits) */
+/* Zone modifiers in GFP_ZONEMASK (see linux/mmzone.h - low two bits) */
#define __GFP_DMA 0x01
#define __GFP_HIGHMEM 0x02

--=_courier-25134-1055799014-0001-2--