Re: [RFC][PATCH 1/8] Create Critical Page Pool

From: Matthew Dobson
Date: Mon Nov 21 2005 - 00:50:42 EST


Paul Jackson wrote:
> Total nit:
>
> #define __GFP_HARDWALL ((__force gfp_t)0x40000u) /* Enforce hardwall cpuset memory allocs */
> +#define __GFP_CRITICAL ((__force gfp_t)0x80000u) /* Critical allocation. MUST succeed! */
>
> Looks like you used a space instead of a tab.

It's a tab on my side... Maybe some whitespace munging by Thunderbird?
Will make sure it's definitely a tab on the next itteration.

-Matt
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/