ext4: Convert ext4_read_inline_page() to ext4_read_inline_folio()
authorMatthew Wilcox <willy@infradead.org>
Fri, 24 Mar 2023 18:01:14 +0000 (18:01 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 6 Apr 2023 17:39:51 +0000 (13:39 -0400)
commit6b87fbe4155007c3ab8e950c72db657f6cd990c6
treec73129c474dd158ef9a4f5a52b5f482a087bd182
parent9a9d01f081ea29a5a8afc4504b1bc48daffa5cc1
ext4: Convert ext4_read_inline_page() to ext4_read_inline_folio()

All callers now have a folio, so pass it and use it.  The folio may
be large, although I doubt we'll want to use a large folio for an
inline file.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Theodore Ts'o <tytso@mit.edu>
Link: https://lore.kernel.org/r/20230324180129.1220691-15-willy@infradead.org
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/inline.c