diff options
Diffstat (limited to 'fs/gfs2/quota.c')
-rw-r--r-- | fs/gfs2/quota.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/quota.c b/fs/gfs2/quota.c index e3f5b8da484c..009d86c0008f 100644 --- a/fs/gfs2/quota.c +++ b/fs/gfs2/quota.c | |||
@@ -1103,7 +1103,7 @@ int gfs2_quota_init(struct gfs2_sbd *sdp) | |||
1103 | 1103 | ||
1104 | for (y = 0; y < sdp->sd_qc_per_block && slot < sdp->sd_quota_slots; | 1104 | for (y = 0; y < sdp->sd_qc_per_block && slot < sdp->sd_quota_slots; |
1105 | y++, slot++) { | 1105 | y++, slot++) { |
1106 | struct gfs2_quota_change qc; | 1106 | struct gfs2_quota_change_host qc; |
1107 | struct gfs2_quota_data *qd; | 1107 | struct gfs2_quota_data *qd; |
1108 | 1108 | ||
1109 | gfs2_quota_change_in(&qc, bh->b_data + | 1109 | gfs2_quota_change_in(&qc, bh->b_data + |