From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bob Peterson Date: Fri, 21 Apr 2023 15:07:06 -0400 Subject: [Cluster-devel] [GFS2 PATCH 0/4] Fix revoke processing at unmount and ro Message-ID: <20230421190710.397684-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 series of patches fixes a set of corner cases regarding how revokes are handled during unmount and transitions to read-only. Return codes were dropped, errors were not reported, and revokes were not written properly. Bob Peterson (4): gfs2: return errors from gfs2_ail_empty_gl gfs2: Perform second log flush in gfs2_make_fs_ro gfs2: Issue message when revokes cannot be written gfs2: gfs2_ail_empty_gl no log flush on error fs/gfs2/glops.c | 23 ++++++++++++++--------- fs/gfs2/super.c | 9 +++++++++ 2 files changed, 23 insertions(+), 9 deletions(-) -- 2.39.2