]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
gfs2: Rename jdata_dirty_folio to gfs2_jdata_dirty_folio
authorAndreas Gruenbacher <agruenba@redhat.com>
Thu, 20 Mar 2025 15:28:38 +0000 (16:28 +0100)
committerAndreas Gruenbacher <agruenba@redhat.com>
Thu, 22 May 2025 07:12:27 +0000 (09:12 +0200)
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
fs/gfs2/aops.c

index 5be99d87bcdc35a96c7668a9c2ebc99eb9a06e54..66b0ad9f1f9215a8b8d4e87aeecd9b905891b39d 100644 (file)
@@ -532,7 +532,7 @@ out:
        gfs2_trans_end(sdp);
 }
 
-static bool jdata_dirty_folio(struct address_space *mapping,
+static bool gfs2_jdata_dirty_folio(struct address_space *mapping,
                struct folio *folio)
 {
        if (current->journal_info)
@@ -714,7 +714,7 @@ static const struct address_space_operations gfs2_jdata_aops = {
        .writepages = gfs2_jdata_writepages,
        .read_folio = gfs2_read_folio,
        .readahead = gfs2_readahead,
-       .dirty_folio = jdata_dirty_folio,
+       .dirty_folio = gfs2_jdata_dirty_folio,
        .bmap = gfs2_bmap,
        .migrate_folio = buffer_migrate_folio,
        .invalidate_folio = gfs2_invalidate_folio,