[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZQS1GyfwqJXstRQA@casper.infradead.org>
Date: Fri, 15 Sep 2023 20:48:43 +0100
From: Matthew Wilcox <willy@...radead.org>
To: Pankaj Raghav <kernel@...kajraghav.com>
Cc: linux-xfs@...r.kernel.org, linux-fsdevel@...r.kernel.org,
p.raghav@...sung.com, david@...morbit.com, da.gomez@...sung.com,
akpm@...ux-foundation.org, linux-kernel@...r.kernel.org,
djwong@...nel.org, linux-mm@...ck.org, chandan.babu@...cle.com,
mcgrof@...nel.org, gost.dev@...sung.com
Subject: Re: [RFC 07/23] filemap: align the index to mapping_min_order in
__filemap_add_folio()
On Fri, Sep 15, 2023 at 08:38:32PM +0200, Pankaj Raghav wrote:
> From: Luis Chamberlain <mcgrof@...nel.org>
>
> Align the index to the mapping_min_order number of pages while setting
> the XA_STATE and xas_set_order().
Not sure why this one's necessary either. The index should already be
aligned to folio_order.
Some bits of it are clearly needed, like checking that folio_order() >=
min_order.
Powered by blists - more mailing lists