gfs2: Convert gfs2_page_add_databufs to folios
[linux-2.6-microblaze.git] / fs / gfs2 / aops.h
index ff9877a..09db191 100644 (file)
@@ -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__ */