diff --git a/fs/gfs2/quota.c b/fs/gfs2/quota.c index c4da8c01deb7..6824c7497d99 100644 --- a/fs/gfs2/quota.c +++ b/fs/gfs2/quota.c @@ -859,7 +859,6 @@ static int gfs2_adjust_quota(struct gfs2_sbd *sdp, loff_t loc, return err; loc -= sizeof(q); /* gfs2_internal_read would've advanced the loc ptr */ - err = -EIO; be64_add_cpu(&q.qu_value, change); if (((s64)be64_to_cpu(q.qu_value)) < 0) q.qu_value = 0; /* Never go negative on quota usage */