ext2: Use a folio in ext2_get_page()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 17 May 2022 22:06:23 +0000 (18:06 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 2 Aug 2022 16:34:03 +0000 (12:34 -0400)
commit37ce0b319b287666e2133ca740b73089355fe498
tree920654057c64633c88938fb12a09a3271a2ae898
parent240159077d007527324a1e245ecd78b10a2b0d36
ext2: Use a folio in ext2_get_page()

Remove a call to read_mapping_page().

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
fs/ext2/dir.c