]> git.ipfire.org Git - thirdparty/linux.git/commit
gfs2: Set .migrate_folio in gfs2_{rgrp,meta}_aops
authorAndrew Price <anprice@redhat.com>
Mon, 14 Jul 2025 15:21:15 +0000 (16:21 +0100)
committerAndreas Gruenbacher <agruenba@redhat.com>
Tue, 15 Jul 2025 11:10:01 +0000 (13:10 +0200)
commit5c8f12cf1e64e0e8e6cb80b0c935389973e8be8d
treeeebfcbff02bfcd76cb8884ee778cb5a824909b23
parente7ffc0af0e722b4634f997dcf63594b3c65a5884
gfs2: Set .migrate_folio in gfs2_{rgrp,meta}_aops

Clears up the warning added in 7ee3647243e5 ("migrate: Remove call to
->writepage") that occurs in various xfstests, causing "something found
in dmesg" failures.

[  341.136573] gfs2_meta_aops does not implement migrate_folio
[  341.136953] WARNING: CPU: 1 PID: 36 at mm/migrate.c:944 move_to_new_folio+0x2f8/0x300

Signed-off-by: Andrew Price <anprice@redhat.com>
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
fs/gfs2/meta_io.c