Re: [patch 3/5] Apply the PG_sensitive flag to audit subsystem

From: Linus Torvalds
Date: Sat May 30 2009 - 13:22:18 EST




On Wed, 20 May 2009, Larry H. wrote:
>
> + if (!(gfp_mask & GFP_SENSITIVE))
> + gfp_mask |= GFP_SENSITIVE;

WTF?

Why is this different from just "gfp_mask |= GFP_SENSITIVE;"

Linus
--
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/