fs: dlm: ignore unexpected non dlm opts msgs
authorAlexander Aring <aahringo@redhat.com>
Thu, 12 Jan 2023 22:18:43 +0000 (17:18 -0500)
committerDavid Teigland <teigland@redhat.com>
Mon, 23 Jan 2023 20:42:02 +0000 (14:42 -0600)
commit89835b064fe7421a60e40770c27d38024190a0c8
treed4000883563340c51eca8127a86c33c5e45e8434
parent54fbe0c15d9a8072e2db7f6765f50c995834e2d7
fs: dlm: ignore unexpected non dlm opts msgs

This patch ignores unexpected RCOM_NAMES/RCOM_STATUS messages.
To be backwards compatible, those messages are not part of the new
reliable DLM OPTS encapsulation header, and have their own
retransmit handling using sequence number matching  When we get
unexpected non dlm opts messages, we should allow them and let
RCOM message handling filter them out using sequence numbers.

Signed-off-by: Alexander Aring <aahringo@redhat.com>
Signed-off-by: David Teigland <teigland@redhat.com>
fs/dlm/midcomms.c