]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
ext4: Convert ext4_readpage_inline() to take a folio
authorMatthew Wilcox <willy@infradead.org>
Fri, 24 Mar 2023 18:01:09 +0000 (18:01 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 6 Apr 2023 17:39:51 +0000 (13:39 -0400)
commit3edde93e07954a8860d67be4a2165514a083b6e8
tree52c05df5c3ad44104675cb419208f8daae060de0
parente8d6062c50acbf1aba88ca6adaa1bcda058abeab
ext4: Convert ext4_readpage_inline() to take a folio

Use the folio API in this function, saves a few calls to compound_head().

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-10-willy@infradead.org
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/ext4.h
fs/ext4/inline.c
fs/ext4/inode.c