diff options
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 | ||