gfs2: Remove useless assignment
authorBob Peterson <rpeterso@redhat.com>
Wed, 28 Jun 2023 13:50:46 +0000 (08:50 -0500)
committerAndreas Gruenbacher <agruenba@redhat.com>
Tue, 5 Sep 2023 13:58:18 +0000 (15:58 +0200)
commit36a740916a94ea0efa0c5c2ddcd9dcdce56c9a40
tree795a32fae1f0280f5800012a7b225eaf6314dc19
parent9ab7b78a13aff5bcb3b76380f551ed5cf4125280
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>
fs/gfs2/quota.c