]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
ext4: Turn mpage_process_page() into mpage_process_folio()
authorMatthew Wilcox <willy@infradead.org>
Fri, 24 Mar 2023 18:01:05 +0000 (18:01 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 6 Apr 2023 17:39:50 +0000 (13:39 -0400)
commit4da2f6e3c45999e904de1edcd06c8533715cc1b5
tree72d88149fc8091a4491be532b3e2bd87acce53d2
parentbb64c08bff6a6edbd85786c92a2cb980ed99b29f
ext4: Turn mpage_process_page() into mpage_process_folio()

The page/folio is only used to extract the buffers, so this is a
simple change.

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