diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-04-28 10:59:12 -0400 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-04-28 10:59:12 -0400 |
commit | 08bc2dbc7327e89b9d5b9c8ef9401d1df2622fca (patch) | |
tree | 2c16cbd9f5bd856b00ef0a0d9f88b3afa67712ee /include/linux/gfs2_ondisk.h | |
parent | c56b39cd2c55d521597f04bbd872a08d1c4373ca (diff) |
[GFS2] [-mm patch] fs/gfs2/: possible cleanups
This patch contains the following possible cleanups:
- make needlessly global code static
- #if 0 unused functions
- remove the following global function that was both unused and
unimplemented:
- super.c: gfs2_do_upgrade()
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'include/linux/gfs2_ondisk.h')
-rw-r--r-- | include/linux/gfs2_ondisk.h | 14 |
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 | ||
453 | extern void gfs2_inum_print(struct gfs2_inum *no); | ||
454 | extern void gfs2_meta_header_print(struct gfs2_meta_header *mh); | ||
455 | extern void gfs2_sb_print(struct gfs2_sb *sb); | ||
456 | extern void gfs2_rindex_print(struct gfs2_rindex *ri); | 453 | extern void gfs2_rindex_print(struct gfs2_rindex *ri); |
457 | extern void gfs2_rgrp_print(struct gfs2_rgrp *rg); | ||
458 | extern void gfs2_quota_print(struct gfs2_quota *qu); | ||
459 | extern void gfs2_dinode_print(struct gfs2_dinode *di); | 454 | extern void gfs2_dinode_print(struct gfs2_dinode *di); |
460 | extern void gfs2_dirent_print(struct gfs2_dirent *de, char *name); | ||
461 | extern void gfs2_leaf_print(struct gfs2_leaf *lf); | ||
462 | extern void gfs2_ea_header_print(struct gfs2_ea_header *ea, char *name); | ||
463 | extern void gfs2_log_header_print(struct gfs2_log_header *lh); | ||
464 | extern void gfs2_log_descriptor_print(struct gfs2_log_descriptor *ld); | ||
465 | extern void gfs2_inum_range_print(struct gfs2_inum_range *ir); | ||
466 | extern void gfs2_statfs_change_print(struct gfs2_statfs_change *sc); | ||
467 | extern void gfs2_unlinked_tag_print(struct gfs2_unlinked_tag *ut); | ||
468 | extern void gfs2_quota_change_print(struct gfs2_quota_change *qc); | ||
469 | 455 | ||
470 | #endif /* __KERNEL__ */ | 456 | #endif /* __KERNEL__ */ |
471 | 457 | ||