diff options
Diffstat (limited to 'fs/gfs2')
-rw-r--r-- | fs/gfs2/ondisk.c | 2 | ||||
-rw-r--r-- | fs/gfs2/quota.c | 2 |
2 files changed, 2 insertions, 2 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 | ||
diff --git a/fs/gfs2/quota.c b/fs/gfs2/quota.c index a3deae7416c9..e3f5b8da484c 100644 --- a/fs/gfs2/quota.c +++ b/fs/gfs2/quota.c | |||
@@ -743,7 +743,7 @@ static int do_glock(struct gfs2_quota_data *qd, int force_refresh, | |||
743 | struct gfs2_sbd *sdp = qd->qd_gl->gl_sbd; | 743 | struct gfs2_sbd *sdp = qd->qd_gl->gl_sbd; |
744 | struct gfs2_inode *ip = GFS2_I(sdp->sd_quota_inode); | 744 | struct gfs2_inode *ip = GFS2_I(sdp->sd_quota_inode); |
745 | struct gfs2_holder i_gh; | 745 | struct gfs2_holder i_gh; |
746 | struct gfs2_quota q; | 746 | struct gfs2_quota_host q; |
747 | char buf[sizeof(struct gfs2_quota)]; | 747 | char buf[sizeof(struct gfs2_quota)]; |
748 | struct file_ra_state ra_state; | 748 | struct file_ra_state ra_state; |
749 | int error; | 749 | int error; |