--- a/fs/gfs2/quota.c +++ b/fs/gfs2/quota.c @@ -450,7 +450,7 @@ static int qd_check_sync(struct gfs2_sbd *sdp, struct gfs2_quota_data *qd, static int qd_fish(struct gfs2_sbd *sdp, struct gfs2_quota_data **qdp) { - struct gfs2_quota_data *qd = NULL, *iter; + struct gfs2_quota_data *qd = NULL, *iter = NULL; int error; *qdp = NULL;