From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bob Peterson Date: Mon, 13 Sep 2021 14:30:24 -0500 Subject: [Cluster-devel] [GFS2 PATCH 0/4] gfs2: fix bugs related to node_scope and go_lock Message-ID: <20210913193028.75116-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 set of patches contains a few clean-ups and a patch to fix a NULL Pointer dereference introduced by the new "node scope" patch 06e908cd9ead ("gfs2: Allow node-wide exclusive glock sharing"). Bob Peterson (4): gfs2: remove redundant check in gfs2_rgrp_go_lock gfs2: Add GL_SKIP holder flag to dump_holder gfs2: move GL_SKIP check from glops to do_promote gfs2: rework go_lock mechanism for node_scope race fs/gfs2/glock.c | 81 ++++++++++++++++++++++++++++++++++-------------- fs/gfs2/glops.c | 3 +- fs/gfs2/incore.h | 1 + fs/gfs2/rgrp.c | 4 +-- 4 files changed, 61 insertions(+), 28 deletions(-) -- 2.31.1