Re: [PATCH v2 01/10] mm, compaction: reorder fields in struct compact_control

From: Johannes Weiner
Date: Tue Feb 14 2017 - 11:33:27 EST


On Fri, Feb 10, 2017 at 06:23:34PM +0100, Vlastimil Babka wrote:
> While currently there are (mostly by accident) no holes in struct
> compact_control (on x86_64), but we are going to add more bool flags, so place
> them all together to the end of the structure. While at it, just order all
> fields from largest to smallest.
>
> Signed-off-by: Vlastimil Babka <vbabka@xxxxxxx>

Acked-by: Johannes Weiner <hannes@xxxxxxxxxxx>