[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1815135.1628633133@warthog.procyon.org.uk>
Date: Tue, 10 Aug 2021 23:05:33 +0100
From: David Howells <dhowells@...hat.com>
To: "Matthew Wilcox (Oracle)" <willy@...radead.org>
Cc: dhowells@...hat.com, linux-kernel@...r.kernel.org,
linux-mm@...ck.org, linux-fsdevel@...r.kernel.org
Subject: Re: [PATCH v14 088/138] mm/filemap: Add filemap_get_folio
Matthew Wilcox (Oracle) <willy@...radead.org> wrote:
> filemap_get_folio() is a replacement for find_get_page().
> Turn pagecache_get_page() into a wrapper around __filemap_get_folio().
> Remove find_lock_head() as this use case is now covered by
> filemap_get_folio().
>
> Reduces overall kernel size by 209 bytes. __filemap_get_folio() is
> 316 bytes shorter than pagecache_get_page() was, but the new
> pagecache_get_page() is 99 bytes
longer, one presumes.
> .
>
> Signed-off-by: Matthew Wilcox (Oracle) <willy@...radead.org>
Reviewed-by: David Howells <dhowells@...hat.com>
Powered by blists - more mailing lists