diff options
Diffstat (limited to 'fs/gfs2/quota.c')
-rw-r--r-- | fs/gfs2/quota.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/gfs2/quota.c b/fs/gfs2/quota.c index 27f9435ddd20..c4effff7cf55 100644 --- a/fs/gfs2/quota.c +++ b/fs/gfs2/quota.c | |||
@@ -332,6 +332,7 @@ static int slot_get(struct gfs2_quota_data *qd) | |||
332 | if (bit < sdp->sd_quota_slots) { | 332 | if (bit < sdp->sd_quota_slots) { |
333 | set_bit(bit, sdp->sd_quota_bitmap); | 333 | set_bit(bit, sdp->sd_quota_bitmap); |
334 | qd->qd_slot = bit; | 334 | qd->qd_slot = bit; |
335 | error = 0; | ||
335 | out: | 336 | out: |
336 | qd->qd_slot_count++; | 337 | qd->qd_slot_count++; |
337 | } | 338 | } |