[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZQiXo3WcBJ6xEZLA@bombadil.infradead.org>
Date: Mon, 18 Sep 2023 11:32:03 -0700
From: Luis Chamberlain <mcgrof@...nel.org>
To: Matthew Wilcox <willy@...radead.org>
Cc: Pankaj Raghav <kernel@...kajraghav.com>, 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,
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:48:43PM +0100, Matthew Wilcox wrote:
> 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.
Oh, it was not obvious, would a VM_BUG_ON_FOLIO() be OK then?
> Some bits of it are clearly needed, like checking that folio_order() >=
> min_order.
Thanks,
Luis
Powered by blists - more mailing lists