diff options
Diffstat (limited to 'fs/gfs2/ops_address.h')
-rw-r--r-- | fs/gfs2/ops_address.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/ops_address.h b/fs/gfs2/ops_address.h index e8fe83fcd583..d3b76d0cdc81 100644 --- a/fs/gfs2/ops_address.h +++ b/fs/gfs2/ops_address.h | |||
@@ -14,12 +14,12 @@ | |||
14 | #include <linux/buffer_head.h> | 14 | #include <linux/buffer_head.h> |
15 | #include <linux/mm.h> | 15 | #include <linux/mm.h> |
16 | 16 | ||
17 | extern const struct address_space_operations gfs2_file_aops; | ||
18 | extern int gfs2_get_block(struct inode *inode, sector_t lblock, | 17 | extern int gfs2_get_block(struct inode *inode, sector_t lblock, |
19 | struct buffer_head *bh_result, int create); | 18 | struct buffer_head *bh_result, int create); |
20 | extern int gfs2_releasepage(struct page *page, gfp_t gfp_mask); | 19 | extern int gfs2_releasepage(struct page *page, gfp_t gfp_mask); |
21 | extern int gfs2_internal_read(struct gfs2_inode *ip, | 20 | extern int gfs2_internal_read(struct gfs2_inode *ip, |
22 | struct file_ra_state *ra_state, | 21 | struct file_ra_state *ra_state, |
23 | char *buf, loff_t *pos, unsigned size); | 22 | char *buf, loff_t *pos, unsigned size); |
23 | extern void gfs2_set_aops(struct inode *inode); | ||
24 | 24 | ||
25 | #endif /* __OPS_ADDRESS_DOT_H__ */ | 25 | #endif /* __OPS_ADDRESS_DOT_H__ */ |