diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/gfs2_ondisk.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/gfs2_ondisk.h b/include/linux/gfs2_ondisk.h index 10a507dfd834..550effaf0c2b 100644 --- a/include/linux/gfs2_ondisk.h +++ b/include/linux/gfs2_ondisk.h | |||
@@ -535,7 +535,8 @@ extern void gfs2_rgrp_in(struct gfs2_rgrp_host *rg, const void *buf); | |||
535 | extern void gfs2_rgrp_out(const struct gfs2_rgrp_host *rg, void *buf); | 535 | extern void gfs2_rgrp_out(const struct gfs2_rgrp_host *rg, void *buf); |
536 | extern void gfs2_quota_in(struct gfs2_quota_host *qu, const void *buf); | 536 | extern void gfs2_quota_in(struct gfs2_quota_host *qu, const void *buf); |
537 | extern void gfs2_dinode_in(struct gfs2_dinode_host *di, const void *buf); | 537 | extern void gfs2_dinode_in(struct gfs2_dinode_host *di, const void *buf); |
538 | extern void gfs2_dinode_out(const struct gfs2_dinode_host *di, void *buf); | 538 | struct gfs2_inode; |
539 | extern void gfs2_dinode_out(const struct gfs2_inode *ip, void *buf); | ||
539 | extern void gfs2_ea_header_in(struct gfs2_ea_header *ea, const void *buf); | 540 | extern void gfs2_ea_header_in(struct gfs2_ea_header *ea, const void *buf); |
540 | extern void gfs2_ea_header_out(const struct gfs2_ea_header *ea, void *buf); | 541 | extern void gfs2_ea_header_out(const struct gfs2_ea_header *ea, void *buf); |
541 | extern void gfs2_log_header_in(struct gfs2_log_header_host *lh, const void *buf); | 542 | extern void gfs2_log_header_in(struct gfs2_log_header_host *lh, const void *buf); |