[Cluster-devel] [PATCH v5.14-rc1 00/12] fs: dlm: combine similar functionaility

Alexander Aring aahringo at redhat.com
Fri Jul 16 20:22:33 UTC 2021


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




More information about the Cluster-devel mailing list