diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/gfs2_ondisk.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/gfs2_ondisk.h b/include/linux/gfs2_ondisk.h index 9ecf92941b23..01cc35946a9d 100644 --- a/include/linux/gfs2_ondisk.h +++ b/include/linux/gfs2_ondisk.h | |||
@@ -519,6 +519,7 @@ extern void gfs2_rindex_out(const struct gfs2_rindex_host *ri, void *buf); | |||
519 | extern void gfs2_rgrp_in(struct gfs2_rgrp_host *rg, const void *buf); | 519 | extern void gfs2_rgrp_in(struct gfs2_rgrp_host *rg, const void *buf); |
520 | extern void gfs2_rgrp_out(const struct gfs2_rgrp_host *rg, void *buf); | 520 | extern void gfs2_rgrp_out(const struct gfs2_rgrp_host *rg, void *buf); |
521 | extern void gfs2_quota_in(struct gfs2_quota_host *qu, const void *buf); | 521 | extern void gfs2_quota_in(struct gfs2_quota_host *qu, const void *buf); |
522 | extern void gfs2_quota_out(const struct gfs2_quota_host *qu, void *buf); | ||
522 | struct gfs2_inode; | 523 | struct gfs2_inode; |
523 | extern void gfs2_dinode_out(const struct gfs2_inode *ip, void *buf); | 524 | extern void gfs2_dinode_out(const struct gfs2_inode *ip, void *buf); |
524 | extern void gfs2_ea_header_in(struct gfs2_ea_header *ea, const void *buf); | 525 | extern void gfs2_ea_header_in(struct gfs2_ea_header *ea, const void *buf); |