From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752356AbdBMKtS (ORCPT ); Mon, 13 Feb 2017 05:49:18 -0500 Received: from outbound-smtp05.blacknight.com ([81.17.249.38]:54686 "EHLO outbound-smtp05.blacknight.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752333AbdBMKtQ (ORCPT ); Mon, 13 Feb 2017 05:49:16 -0500 Date: Mon, 13 Feb 2017 10:49:14 +0000 From: Mel Gorman To: Vlastimil Babka Cc: linux-mm@kvack.org, Johannes Weiner , Joonsoo Kim , David Rientjes , linux-kernel@vger.kernel.org, kernel-team@fb.com Subject: Re: [PATCH v2 01/10] mm, compaction: reorder fields in struct compact_control Message-ID: <20170213104914.prmoetjh5ot64lvf@techsingularity.net> References: <20170210172343.30283-1-vbabka@suse.cz> <20170210172343.30283-2-vbabka@suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <20170210172343.30283-2-vbabka@suse.cz> User-Agent: Mutt/1.6.2 (2016-07-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 Acked-by: Mel Gorman -- Mel Gorman SUSE Labs