diff --git a/include/linux/gfp.h b/include/linux/gfp.h index 7b3823e213e577200f3371ac5db88d132b0f7660..9c9bd086100b3bd8012726606cd00a36237b8e3d 100644 --- a/include/linux/gfp.h +++ b/include/linux/gfp.h @@ -97,7 +97,7 @@ struct vm_area_struct; */ #define __GFP_NOTRACK_FALSE_POSITIVE (__GFP_NOTRACK) -#define __GFP_BITS_SHIFT 25 /* Room for N __GFP_FOO bits */ +#define __GFP_BITS_SHIFT 26 /* Room for N __GFP_FOO bits */ #define __GFP_BITS_MASK ((__force gfp_t)((1 << __GFP_BITS_SHIFT) - 1)) /* This equals 0, but use constants in case they ever change */