diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2006-10-31 15:28:00 -0500 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-11-30 10:34:00 -0500 |
commit | ea744d01c6a5acf1f6171b4c6e1658a742063613 (patch) | |
tree | 6157f726ee369f9caec62c11093f4dde1da4ff42 /include | |
parent | 891ea14712da68e282de8583e5fa14f0d3f3731e (diff) |
[GFS2] Move gfs2_dinode_in to inode.c
gfs2_dinode_in() is only ever called from one place, so move it
to that place (in inode.c) and make it static.
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/gfs2_ondisk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/gfs2_ondisk.h b/include/linux/gfs2_ondisk.h index 08d8240ba533..4fc297a1ef95 100644 --- a/include/linux/gfs2_ondisk.h +++ b/include/linux/gfs2_ondisk.h | |||
@@ -528,6 +528,7 @@ struct gfs2_quota_change_host { | |||
528 | 528 | ||
529 | extern void gfs2_inum_in(struct gfs2_inum_host *no, const void *buf); | 529 | extern void gfs2_inum_in(struct gfs2_inum_host *no, const void *buf); |
530 | extern void gfs2_inum_out(const struct gfs2_inum_host *no, void *buf); | 530 | extern void gfs2_inum_out(const struct gfs2_inum_host *no, void *buf); |
531 | extern void gfs2_meta_header_in(struct gfs2_meta_header_host *mh, const void *buf); | ||
531 | extern void gfs2_sb_in(struct gfs2_sb_host *sb, const void *buf); | 532 | extern void gfs2_sb_in(struct gfs2_sb_host *sb, const void *buf); |
532 | extern void gfs2_rindex_in(struct gfs2_rindex_host *ri, const void *buf); | 533 | extern void gfs2_rindex_in(struct gfs2_rindex_host *ri, const void *buf); |
533 | extern void gfs2_rindex_out(const struct gfs2_rindex_host *ri, void *buf); | 534 | extern void gfs2_rindex_out(const struct gfs2_rindex_host *ri, void *buf); |
@@ -535,7 +536,6 @@ extern void gfs2_rgrp_in(struct gfs2_rgrp_host *rg, const void *buf); | |||
535 | extern void gfs2_rgrp_out(const struct gfs2_rgrp_host *rg, void *buf); | 536 | extern void gfs2_rgrp_out(const struct gfs2_rgrp_host *rg, void *buf); |
536 | extern void gfs2_quota_in(struct gfs2_quota_host *qu, const void *buf); | 537 | extern void gfs2_quota_in(struct gfs2_quota_host *qu, const void *buf); |
537 | struct gfs2_inode; | 538 | struct gfs2_inode; |
538 | extern void gfs2_dinode_in(struct gfs2_inode *ip, const void *buf); | ||
539 | extern void gfs2_dinode_out(const struct gfs2_inode *ip, void *buf); | 539 | extern void gfs2_dinode_out(const struct gfs2_inode *ip, void *buf); |
540 | extern void gfs2_ea_header_in(struct gfs2_ea_header *ea, const void *buf); | 540 | extern void gfs2_ea_header_in(struct gfs2_ea_header *ea, const void *buf); |
541 | extern void gfs2_ea_header_out(const struct gfs2_ea_header *ea, void *buf); | 541 | extern void gfs2_ea_header_out(const struct gfs2_ea_header *ea, void *buf); |