diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2006-10-31 19:00:24 -0500 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-11-30 10:34:03 -0500 |
commit | 4cc14f0b88bf3e0b508143e091eb5a8dff3e3b9c (patch) | |
tree | 122fd017b608a6421bb720c544c21d84a9f41e82 /include/linux/gfs2_ondisk.h | |
parent | ea744d01c6a5acf1f6171b4c6e1658a742063613 (diff) |
[GFS2] Change argument to gfs2_dinode_print
Change argument for gfs2_dinode_print in order to prepare
for removal of duplicate fields between struct inode and
struct gfs2_dinode_host.
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'include/linux/gfs2_ondisk.h')
-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 4fc297a1ef95..cf4c655d0d5f 100644 --- a/include/linux/gfs2_ondisk.h +++ b/include/linux/gfs2_ondisk.h | |||
@@ -549,7 +549,7 @@ extern void gfs2_quota_change_in(struct gfs2_quota_change_host *qc, const void * | |||
549 | /* Printing functions */ | 549 | /* Printing functions */ |
550 | 550 | ||
551 | extern void gfs2_rindex_print(const struct gfs2_rindex_host *ri); | 551 | extern void gfs2_rindex_print(const struct gfs2_rindex_host *ri); |
552 | extern void gfs2_dinode_print(const struct gfs2_dinode_host *di); | 552 | extern void gfs2_dinode_print(const struct gfs2_inode *ip); |
553 | 553 | ||
554 | #endif /* __KERNEL__ */ | 554 | #endif /* __KERNEL__ */ |
555 | 555 | ||