We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6ccde3 commit 2f02273Copy full SHA for 2f02273
fs/gfs2/aops.c
@@ -532,7 +532,7 @@ void adjust_fs_space(struct inode *inode)
532
gfs2_trans_end(sdp);
533
}
534
535
-static bool jdata_dirty_folio(struct address_space *mapping,
+static bool gfs2_jdata_dirty_folio(struct address_space *mapping,
536
struct folio *folio)
537
{
538
if (current->journal_info)
@@ -714,7 +714,7 @@ static const struct address_space_operations gfs2_jdata_aops = {
714
.writepages = gfs2_jdata_writepages,
715
.read_folio = gfs2_read_folio,
716
.readahead = gfs2_readahead,
717
- .dirty_folio = jdata_dirty_folio,
+ .dirty_folio = gfs2_jdata_dirty_folio,
718
.bmap = gfs2_bmap,
719
.migrate_folio = buffer_migrate_folio,
720
.invalidate_folio = gfs2_invalidate_folio,
0 commit comments