gfs2: Fix quota=quiet oversight
authorBob Peterson <rpeterso@redhat.com>
Mon, 18 Sep 2023 13:13:41 +0000 (08:13 -0500)
committerAndreas Gruenbacher <agruenba@redhat.com>
Mon, 18 Sep 2023 14:26:24 +0000 (16:26 +0200)
commitfb95d536080e6c1db099f0023f59cd55adcc5d87
tree594a66758feca7edaa49ba157c9f094e7dfa062b
parent62862485a4c3a52029fc30f4bdde9af04afdafc9
gfs2: Fix quota=quiet oversight

Patch eef46ab713f7 introduced a new gfs2 quota=quiet mount option.
Checks for the new option were added to quota.c, but a check in
gfs2_quota_lock_check() was overlooked.  This patch adds the missing
check.

Fixes: eef46ab713f7 ("gfs2: Introduce new quota=quiet mount option")
Signed-off-by: Bob Peterson <rpeterso@redhat.com>
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
fs/gfs2/quota.h