Re: [PATCH 14/48] filemap: Convert find_get_entry to return a folio
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-12-23 07:08:18
Also in:
linux-fsdevel
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-12-23 07:08:18
Also in:
linux-fsdevel
On Wed, Dec 08, 2021 at 04:22:22AM +0000, Matthew Wilcox (Oracle) wrote:
Convert callers to cope. Saves 580 bytes of kernel text; all five callers are reduced in size.
Looks good, Reviewed-by: Christoph Hellwig <hch@lst.de>