diff options
Diffstat (limited to 'include/linux/gfs2_ondisk.h')
-rw-r--r-- | include/linux/gfs2_ondisk.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/gfs2_ondisk.h b/include/linux/gfs2_ondisk.h index 8d4f0445df47..a5fb4f99aa45 100644 --- a/include/linux/gfs2_ondisk.h +++ b/include/linux/gfs2_ondisk.h | |||
@@ -411,7 +411,7 @@ struct gfs2_quota_change { | |||
411 | /* Translation functions */ | 411 | /* Translation functions */ |
412 | 412 | ||
413 | extern void gfs2_inum_in(struct gfs2_inum *no, char *buf); | 413 | extern void gfs2_inum_in(struct gfs2_inum *no, char *buf); |
414 | extern void gfs2_inum_out(struct gfs2_inum *no, char *buf); | 414 | extern void gfs2_inum_out(const struct gfs2_inum *no, char *buf); |
415 | extern void gfs2_sb_in(struct gfs2_sb *sb, char *buf); | 415 | extern void gfs2_sb_in(struct gfs2_sb *sb, char *buf); |
416 | extern void gfs2_rindex_in(struct gfs2_rindex *ri, char *buf); | 416 | extern void gfs2_rindex_in(struct gfs2_rindex *ri, char *buf); |
417 | extern void gfs2_rindex_out(struct gfs2_rindex *ri, char *buf); | 417 | extern void gfs2_rindex_out(struct gfs2_rindex *ri, char *buf); |
@@ -421,7 +421,6 @@ extern void gfs2_quota_in(struct gfs2_quota *qu, char *buf); | |||
421 | extern void gfs2_quota_out(struct gfs2_quota *qu, char *buf); | 421 | extern void gfs2_quota_out(struct gfs2_quota *qu, char *buf); |
422 | extern void gfs2_dinode_in(struct gfs2_dinode *di, char *buf); | 422 | extern void gfs2_dinode_in(struct gfs2_dinode *di, char *buf); |
423 | extern void gfs2_dinode_out(struct gfs2_dinode *di, char *buf); | 423 | extern void gfs2_dinode_out(struct gfs2_dinode *di, char *buf); |
424 | extern void gfs2_leaf_in(struct gfs2_leaf *lf, char *buf); | ||
425 | extern void gfs2_ea_header_in(struct gfs2_ea_header *ea, char *buf); | 424 | extern void gfs2_ea_header_in(struct gfs2_ea_header *ea, char *buf); |
426 | extern void gfs2_ea_header_out(struct gfs2_ea_header *ea, char *buf); | 425 | extern void gfs2_ea_header_out(struct gfs2_ea_header *ea, char *buf); |
427 | extern void gfs2_log_header_in(struct gfs2_log_header *lh, char *buf); | 426 | extern void gfs2_log_header_in(struct gfs2_log_header *lh, char *buf); |