From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bob Peterson Date: Tue, 24 Aug 2021 09:02:38 -0500 Subject: [Cluster-devel] [GFS2 PATCH 0/3] gfs2: Fix freeze/thaw journal check problems Message-ID: <20210824140241.149386-1-rpeterso@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit This patch set fixes some problems in which the freeze glock's glop functions were not working as expected. Bob Peterson (3): gfs2: switch go_xmote_bh glop to pass gh not gl gfs2: Fix broken freeze_go_xmote_bh gfs2: Eliminate go_xmote_bh in favor of go_lock fs/gfs2/glock.c | 12 +----------- fs/gfs2/glops.c | 40 +++++++++++++++++++++++++--------------- fs/gfs2/incore.h | 1 - fs/gfs2/ops_fstype.c | 5 +++-- fs/gfs2/recovery.c | 3 ++- fs/gfs2/super.c | 34 ++++++++++++---------------------- 6 files changed, 43 insertions(+), 52 deletions(-) -- 2.31.1