aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/gfs2_ondisk.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/linux/gfs2_ondisk.h b/include/linux/gfs2_ondisk.h
index 3ab40917383f..4356e3864643 100644
--- a/include/linux/gfs2_ondisk.h
+++ b/include/linux/gfs2_ondisk.h
@@ -450,22 +450,8 @@ extern void gfs2_quota_change_in(struct gfs2_quota_change *qc, char *buf);
450 450
451/* Printing functions */ 451/* Printing functions */
452 452
453extern void gfs2_inum_print(struct gfs2_inum *no);
454extern void gfs2_meta_header_print(struct gfs2_meta_header *mh);
455extern void gfs2_sb_print(struct gfs2_sb *sb);
456extern void gfs2_rindex_print(struct gfs2_rindex *ri); 453extern void gfs2_rindex_print(struct gfs2_rindex *ri);
457extern void gfs2_rgrp_print(struct gfs2_rgrp *rg);
458extern void gfs2_quota_print(struct gfs2_quota *qu);
459extern void gfs2_dinode_print(struct gfs2_dinode *di); 454extern void gfs2_dinode_print(struct gfs2_dinode *di);
460extern void gfs2_dirent_print(struct gfs2_dirent *de, char *name);
461extern void gfs2_leaf_print(struct gfs2_leaf *lf);
462extern void gfs2_ea_header_print(struct gfs2_ea_header *ea, char *name);
463extern void gfs2_log_header_print(struct gfs2_log_header *lh);
464extern void gfs2_log_descriptor_print(struct gfs2_log_descriptor *ld);
465extern void gfs2_inum_range_print(struct gfs2_inum_range *ir);
466extern void gfs2_statfs_change_print(struct gfs2_statfs_change *sc);
467extern void gfs2_unlinked_tag_print(struct gfs2_unlinked_tag *ut);
468extern void gfs2_quota_change_print(struct gfs2_quota_change *qc);
469 455
470#endif /* __KERNEL__ */ 456#endif /* __KERNEL__ */
471 457