gfs2: The freeze glock should never be frozen
authorBob Peterson <rpeterso@redhat.com>
Thu, 25 Jun 2020 19:42:17 +0000 (14:42 -0500)
committerAndreas Gruenbacher <agruenba@redhat.com>
Fri, 3 Jul 2020 10:05:35 +0000 (12:05 +0200)
commitc860f8ffbea8924de05a281b937128773d30a77c
tree63f7378602ee32476d82195115a1b66b79b96a80
parent623ba664b74a20f22a2ef7ebd71e171d2d7c626f
gfs2: The freeze glock should never be frozen

Before this patch, some gfs2 code locked the freeze glock with LM_FLAG_NOEXP
(Do not freeze) flag, and some did not. We never want to freeze the freeze
glock, so this patch makes it consistently use LM_FLAG_NOEXP always.

Signed-off-by: Bob Peterson <rpeterso@redhat.com>
fs/gfs2/ops_fstype.c
fs/gfs2/super.c