ext2: Add ext2_get_folio()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Thu, 21 Sep 2023 20:07:40 +0000 (21:07 +0100)
committerJan Kara <jack@suse.cz>
Wed, 25 Oct 2023 18:19:00 +0000 (20:19 +0200)
commit52df49ee835d79d8e50f38d89d75bf0891854511
treefe7a39d00536b5f65c9dcacc8bc1f93ca58696da
parent46f84a9bea2c44e80b52afa56b34d9e3e84dc358
ext2: Add ext2_get_folio()

Convert ext2_get_page() into ext2_get_folio() and keep the original
function around as a temporary wrapper.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Jan Kara <jack@suse.cz>
Message-Id: <20230921200746.3303942-3-willy@infradead.org>
fs/ext2/dir.c