From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Aring Date: Fri, 16 Jul 2021 16:22:33 -0400 Subject: [Cluster-devel] [PATCH v5.14-rc1 00/12] fs: dlm: combine similar functionaility Message-ID: <20210716202245.1262791-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 contains some cleanups and smaller fixes, however the big change in this patch series is that we combine more functionaility into one function and introduce more callbacks when TCP vs SCTP differs in their handling. - Alex Alexander Aring (12): fs: dlm: use sk->sk_socket instead of con->sock fs: dlm: use READ_ONCE for config var fs: dlm: fix typo in tlv prefix fs: dlm: clear CF_APP_LIMITED on close fs: dlm: cleanup and remove _send_rcom fs: dlm: introduce con_next_wq helper fs: dlm: move to static proto ops fs: dlm: introduce generic listen fs: dlm: auto load sctp module fs: dlm: generic connect func fs: dlm: fix multiple empty writequeue alloc fs: dlm: move receive loop into receive handler fs/dlm/dlm_internal.h | 2 +- fs/dlm/lockspace.c | 2 +- fs/dlm/lowcomms.c | 769 +++++++++++++++++++++--------------------- fs/dlm/rcom.c | 29 +- 4 files changed, 398 insertions(+), 404 deletions(-) -- 2.27.0