aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorSteven Whitehouse <steve@chygwyn.com>2006-01-18 05:40:17 -0500
committerSteven Whitehouse <steve@chygwyn.com>2006-01-18 05:40:17 -0500
commit3bd7662c4de28522d4709ab5a56033e3c33e1d4a (patch)
tree4a05ad4a90396d12f556e79dea817062908bd9ca /include/linux
parent666a2c534cc6238932296a95c9e9c06ca3b73d97 (diff)
[GFS2] Remove unused code from ondisk.c/gfs2_ondisk.h
Removal of unused conversion functions from ondisk.c and gfs2_ondisk.h Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/gfs2_ondisk.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/gfs2_ondisk.h b/include/linux/gfs2_ondisk.h
index 213d664d495d..8354b9c4f408 100644
--- a/include/linux/gfs2_ondisk.h
+++ b/include/linux/gfs2_ondisk.h
@@ -407,7 +407,6 @@ extern void gfs2_inum_out(struct gfs2_inum *no, char *buf);
407extern void gfs2_meta_header_in(struct gfs2_meta_header *mh, char *buf); 407extern void gfs2_meta_header_in(struct gfs2_meta_header *mh, char *buf);
408extern void gfs2_meta_header_out(struct gfs2_meta_header *mh, char *buf); 408extern void gfs2_meta_header_out(struct gfs2_meta_header *mh, char *buf);
409extern void gfs2_sb_in(struct gfs2_sb *sb, char *buf); 409extern void gfs2_sb_in(struct gfs2_sb *sb, char *buf);
410extern void gfs2_sb_out(struct gfs2_sb *sb, char *buf);
411extern void gfs2_rindex_in(struct gfs2_rindex *ri, char *buf); 410extern void gfs2_rindex_in(struct gfs2_rindex *ri, char *buf);
412extern void gfs2_rindex_out(struct gfs2_rindex *ri, char *buf); 411extern void gfs2_rindex_out(struct gfs2_rindex *ri, char *buf);
413extern void gfs2_rgrp_in(struct gfs2_rgrp *rg, char *buf); 412extern void gfs2_rgrp_in(struct gfs2_rgrp *rg, char *buf);
@@ -416,10 +415,7 @@ extern void gfs2_quota_in(struct gfs2_quota *qu, char *buf);
416extern void gfs2_quota_out(struct gfs2_quota *qu, char *buf); 415extern void gfs2_quota_out(struct gfs2_quota *qu, char *buf);
417extern void gfs2_dinode_in(struct gfs2_dinode *di, char *buf); 416extern void gfs2_dinode_in(struct gfs2_dinode *di, char *buf);
418extern void gfs2_dinode_out(struct gfs2_dinode *di, char *buf); 417extern void gfs2_dinode_out(struct gfs2_dinode *di, char *buf);
419extern void gfs2_dirent_in(struct gfs2_dirent *de, char *buf);
420extern void gfs2_dirent_out(struct gfs2_dirent *de, char *buf);
421extern void gfs2_leaf_in(struct gfs2_leaf *lf, char *buf); 418extern void gfs2_leaf_in(struct gfs2_leaf *lf, char *buf);
422extern void gfs2_leaf_out(struct gfs2_leaf *lf, char *buf);
423extern void gfs2_ea_header_in(struct gfs2_ea_header *ea, char *buf); 419extern void gfs2_ea_header_in(struct gfs2_ea_header *ea, char *buf);
424extern void gfs2_ea_header_out(struct gfs2_ea_header *ea, char *buf); 420extern void gfs2_ea_header_out(struct gfs2_ea_header *ea, char *buf);
425extern void gfs2_log_header_in(struct gfs2_log_header *lh, char *buf); 421extern void gfs2_log_header_in(struct gfs2_log_header *lh, char *buf);
@@ -430,7 +426,6 @@ extern void gfs2_statfs_change_out(struct gfs2_statfs_change *sc, char *buf);
430extern void gfs2_unlinked_tag_in(struct gfs2_unlinked_tag *ut, char *buf); 426extern void gfs2_unlinked_tag_in(struct gfs2_unlinked_tag *ut, char *buf);
431extern void gfs2_unlinked_tag_out(struct gfs2_unlinked_tag *ut, char *buf); 427extern void gfs2_unlinked_tag_out(struct gfs2_unlinked_tag *ut, char *buf);
432extern void gfs2_quota_change_in(struct gfs2_quota_change *qc, char *buf); 428extern void gfs2_quota_change_in(struct gfs2_quota_change *qc, char *buf);
433extern void gfs2_quota_change_out(struct gfs2_quota_change *qc, char *buf);
434 429
435/* Printing functions */ 430/* Printing functions */
436 431