diff options
Diffstat (limited to 'fs/gfs2/ondisk.c')
-rw-r--r-- | fs/gfs2/ondisk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/ondisk.c b/fs/gfs2/ondisk.c index 64f5f0c604aa..84b1ebc7569e 100644 --- a/fs/gfs2/ondisk.c +++ b/fs/gfs2/ondisk.c | |||
@@ -251,7 +251,7 @@ void gfs2_dinode_print(const struct gfs2_dinode_host *di) | |||
251 | printk(KERN_INFO " di_eattr = %llu\n", (unsigned long long)di->di_eattr); | 251 | printk(KERN_INFO " di_eattr = %llu\n", (unsigned long long)di->di_eattr); |
252 | } | 252 | } |
253 | 253 | ||
254 | void gfs2_log_header_in(struct gfs2_log_header *lh, const void *buf) | 254 | void gfs2_log_header_in(struct gfs2_log_header_host *lh, const void *buf) |
255 | { | 255 | { |
256 | const struct gfs2_log_header *str = buf; | 256 | const struct gfs2_log_header *str = buf; |
257 | 257 | ||