From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Aring Date: Wed, 16 Feb 2022 10:53:03 -0500 Subject: [Cluster-devel] [PATCH dlm/next 0/4] fs: dlm: cleanup plock code Message-ID: <20220216155307.2994688-1-aahringo@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi, this patch-series cleanups some plock code handling and remove the plock_op vs plock_xop casting which had made trouble in the past. Also I add the logging improvment handling to see when a plock op was not being found, the wait was interrupted before. This followed up cleanup patch series should be applied on top of the previous stable patch "[PATCH dlm/next] fs: dlm: fix plock invalid read". Thanks. - Alex Alexander Aring (4): fs: dlm: replace sanity checks with WARN_ON fs: dlm: cleanup plock_op vs plock_xop fs: dlm: rearrange async condition return fs: dlm: improve plock logging if interrupted fs/dlm/plock.c | 137 +++++++++++++++++++++++-------------------------- 1 file changed, 64 insertions(+), 73 deletions(-) -- 2.31.1