diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2006-10-31 15:22:10 -0500 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-11-30 10:33:57 -0500 |
commit | 891ea14712da68e282de8583e5fa14f0d3f3731e (patch) | |
tree | 2550fb6f9cfe3fce0f1a27b7b4c781a67f2497e2 /include | |
parent | 539e5d6b7ae8612c0393fe940d2da5b591318d3d (diff) |
[GFS2] Change argument to gfs2_dinode_in
This is a preliminary patch to enable the removal of fields
in gfs2_dinode_host which are duplicated in struct inode.
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 550effaf0c2b..08d8240ba533 100644 --- a/include/linux/gfs2_ondisk.h +++ b/include/linux/gfs2_ondisk.h | |||
@@ -534,8 +534,8 @@ extern void gfs2_rindex_out(const struct gfs2_rindex_host *ri, void *buf); | |||
534 | extern void gfs2_rgrp_in(struct gfs2_rgrp_host *rg, const void *buf); | 534 | 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); | 535 | 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); | 536 | extern void gfs2_quota_in(struct gfs2_quota_host *qu, const void *buf); |
537 | extern void gfs2_dinode_in(struct gfs2_dinode_host *di, const void *buf); | ||
538 | struct gfs2_inode; | 537 | 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); |