OSDN Git Service

gfs2: use constant for array size
authorBob Peterson <rpeterso@redhat.com>
Thu, 22 Jun 2023 16:37:37 +0000 (11:37 -0500)
committerAndreas Gruenbacher <agruenba@redhat.com>
Tue, 5 Sep 2023 13:58:18 +0000 (15:58 +0200)
commitc9ff3c65c26b8f89c6b925ce257fac348559d484
treefe8701f385f67aa361d6628a8a5389d625e7d9e8
parentfce17cb0eebfb90618f0fcfbdc7f8e0aa207c81a
gfs2: use constant for array size

Function gfs2_quota_unlock declared an array of 4 qd elements. We have a
constant for that, we should be using it.

Signed-off-by: Bob Peterson <rpeterso@redhat.com>
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
fs/gfs2/quota.c