aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/page.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/gfs2/page.h')
-rw-r--r--fs/gfs2/page.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/gfs2/page.h b/fs/gfs2/page.h
index 7ad8c99ee0ef..346e296420c6 100644
--- a/fs/gfs2/page.h
+++ b/fs/gfs2/page.h
@@ -16,8 +16,8 @@ void gfs2_page_sync(struct gfs2_glock *gl, int flags);
16 16
17int gfs2_unstuffer_page(struct gfs2_inode *ip, struct buffer_head *dibh, 17int gfs2_unstuffer_page(struct gfs2_inode *ip, struct buffer_head *dibh,
18 uint64_t block, void *private); 18 uint64_t block, void *private);
19int gfs2_truncator_page(struct gfs2_inode *ip, uint64_t size); 19int gfs2_block_truncate_page(struct address_space *mapping);
20void gfs2_page_add_databufs(struct gfs2_sbd *sdp, struct page *page, 20void gfs2_page_add_databufs(struct gfs2_inode *ip, struct page *page,
21 unsigned int from, unsigned int to); 21 unsigned int from, unsigned int to);
22 22
23#endif /* __PAGE_DOT_H__ */ 23#endif /* __PAGE_DOT_H__ */