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

From: Olaf Titz
Date: Wed May 20 2009 - 17:39:44 EST


> + if (!(gfp_mask & GFP_SENSITIVE))
> + gfp_mask |= GFP_SENSITIVE;
> +

The condition is unnecessary. Just do the |= in all cases.

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