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 32f592f4a3c0..5db0737fcdb5 100644 --- a/fs/gfs2/ondisk.c +++ b/fs/gfs2/ondisk.c | |||
@@ -144,7 +144,7 @@ void gfs2_rgrp_out(const struct gfs2_rgrp_host *rg, void *buf) | |||
144 | memset(&str->rg_reserved, 0, sizeof(str->rg_reserved)); | 144 | memset(&str->rg_reserved, 0, sizeof(str->rg_reserved)); |
145 | } | 145 | } |
146 | 146 | ||
147 | void gfs2_quota_in(struct gfs2_quota *qu, const void *buf) | 147 | void gfs2_quota_in(struct gfs2_quota_host *qu, const void *buf) |
148 | { | 148 | { |
149 | const struct gfs2_quota *str = buf; | 149 | const struct gfs2_quota *str = buf; |
150 | 150 | ||