mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 22:52:19 +02:00
gfs2: Remove useless assignment
This assignment is unnecessary because if error was not already 0, it would have branched to an error label already. Signed-off-by: Bob Peterson <rpeterso@redhat.com> Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
This commit is contained in:
parent
9ab7b78a13
commit
36a740916a
|
|
@ -971,8 +971,6 @@ static int do_sync(unsigned int num_qd, struct gfs2_quota_data **qda)
|
|||
set_bit(QDF_REFRESH, &qd->qd_flags);
|
||||
}
|
||||
|
||||
error = 0;
|
||||
|
||||
out_end_trans:
|
||||
gfs2_trans_end(sdp);
|
||||
out_ipres:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user