Re: [PATCH v4 10/16] mm: Add an 'end' parameter to find_get_entries
From: Christoph Hellwig <hch@lst.de>
Date: 2020-11-14 10:08:35
Also in:
linux-fsdevel, lkml
From: Christoph Hellwig <hch@lst.de>
Date: 2020-11-14 10:08:35
Also in:
linux-fsdevel, lkml
On Thu, Nov 12, 2020 at 09:26:35PM +0000, Matthew Wilcox (Oracle) wrote:
This simplifies the callers and leads to a more efficient implementation since the XArray has this functionality already. Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Reviewed-by: Jan Kara <jack@suse.cz> Reviewed-by: William Kucharski <redacted>
Looks good, Reviewed-by: Christoph Hellwig <hch@lst.de>