Skip to content

Commit

Permalink
mm: add a reminder comment for __GFP_BITS_SHIFT
Browse files Browse the repository at this point in the history
Cc: Glauber Costa <[email protected]>
Cc: Mel Gorman <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
akpm00 authored and torvalds committed Dec 13, 2012
1 parent 2897b4d commit 05b0afd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/linux/gfp.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ struct vm_area_struct;
#define ___GFP_NO_KSWAPD 0x400000u
#define ___GFP_OTHER_NODE 0x800000u
#define ___GFP_WRITE 0x1000000u
/* If the above are modified, __GFP_BITS_SHIFT may need updating */

/*
* GFP bitmasks..
Expand Down

0 comments on commit 05b0afd

Please sign in to comment.