Hi Linus, Please pull dlm updates from tag:
git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git dlm-5.11 This set includes more low level communication layer cleanups. The main change is the listening socket is no longer handled as a special case of node connection sockets. There is one small fix for checking the number of local connections. Thanks, Dave Alexander Aring (13): fs: dlm: fix proper srcu api call fs: dlm: define max send buffer fs: dlm: add get buffer error handling fs: dlm: flush othercon at close fs: dlm: handle non blocked connect event fs: dlm: add helper for init connection fs: dlm: move connect callback in node creation fs: dlm: move shutdown action to node creation fs: dlm: refactor sctp sock parameter fs: dlm: listen socket out of connection hash fs: dlm: fix check for multi-homed hosts fs: dlm: constify addr_compare fs: dlm: check on existing node address fs/dlm/lockspace.c | 2 +- fs/dlm/lowcomms.c | 304 ++++++++++++++++++++++++++++------------------------- fs/dlm/lowcomms.h | 2 + fs/dlm/member.c | 2 +- fs/dlm/rcom.c | 6 +- 5 files changed, 168 insertions(+), 148 deletions(-)