From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf0-x243.google.com (mail-pf0-x243.google.com [IPv6:2607:f8b0:400e:c00::243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3zwdgh5lzRzF1GF for ; Wed, 7 Mar 2018 00:59:43 +1100 (AEDT) Received: by mail-pf0-x243.google.com with SMTP id 17so8745983pfw.11 for ; Tue, 06 Mar 2018 05:59:43 -0800 (PST) Date: Tue, 6 Mar 2018 23:59:27 +1000 From: Nicholas Piggin To: Christophe LEROY Cc: linuxppc-dev@lists.ozlabs.org, "Aneesh Kumar K . V" Subject: Re: [PATCH 04/10] powerpc/mm/slice: pass pointers to struct slice_mask where possible Message-ID: <20180306235927.34ef5f44@roar.ozlabs.ibm.com> In-Reply-To: References: <20180306132507.10649-1-npiggin@gmail.com> <20180306132507.10649-5-npiggin@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 6 Mar 2018 14:43:40 +0100 Christophe LEROY wrote: > Le 06/03/2018 à 14:25, Nicholas Piggin a écrit : > > @@ -147,7 +149,8 @@ static void slice_mask_for_free(struct mm_struct *mm, struct slice_mask *ret, > > __set_bit(i, ret->high_slices); > > } > > > > -static void slice_mask_for_size(struct mm_struct *mm, int psize, struct slice_mask *ret, > > +static void slice_mask_for_size(struct mm_struct *mm, int psize, > > + struct slice_mask *ret, > > That seems to be cleanup only, is it worth including that in this patch ? Yeah that can go. Thanks, Nick