diff options
author | Andreas Gruenbacher <agruenba@redhat.com> | 2023-02-01 17:50:25 +0300 |
---|---|---|
committer | Andreas Gruenbacher <agruenba@redhat.com> | 2023-02-22 14:06:20 +0300 |
commit | c1b0c3cfcbad25d2c412863c27638c933f1d911b (patch) | |
tree | f1ed44b40c64d20ae7339512a75d6544431ff5ee /fs/gfs2/aops.h | |
parent | cbb60951ce18c9b6e91d2eb97deb41d8ff616622 (diff) | |
download | linux-c1b0c3cfcbad25d2c412863c27638c933f1d911b.tar.xz |
gfs2: Convert gfs2_page_add_databufs to folios
Convert gfs2_page_add_databufs() to folios and rename it to
gfs2_trans_add_databufs().
Cc: Matthew Wilcox <willy@infradead.org>
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Diffstat (limited to 'fs/gfs2/aops.h')
-rw-r--r-- | fs/gfs2/aops.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/gfs2/aops.h b/fs/gfs2/aops.h index ff9877a68780..09db1914425e 100644 --- a/fs/gfs2/aops.h +++ b/fs/gfs2/aops.h @@ -9,7 +9,7 @@ #include "incore.h" extern void adjust_fs_space(struct inode *inode); -extern void gfs2_page_add_databufs(struct gfs2_inode *ip, struct page *page, - unsigned int from, unsigned int len); +extern void gfs2_trans_add_databufs(struct gfs2_inode *ip, struct folio *folio, + unsigned int from, unsigned int len); #endif /* __AOPS_DOT_H__ */ |