dlm: remove DLM_LSFL_SOFTIRQ from exflags
authorAlexander Aring <aahringo@redhat.com>
Wed, 12 Jun 2024 21:15:56 +0000 (17:15 -0400)
committerDavid Teigland <teigland@redhat.com>
Wed, 12 Jun 2024 21:20:51 +0000 (16:20 -0500)
commit79ced51e2e5670da67339d5e21818cbc7ce60646
treeb306c8f11138b32e4a6a3b86aaee1c1375afdf96
parentec5530d6932ec35e92d3ef60d51b0dbc216c8049
dlm: remove DLM_LSFL_SOFTIRQ from exflags

The DLM rcom handling has a check that all exflags are the same for the
whole lockspace membership nodes. There are some flags that requires
such handling, however DLM_LSFL_SOFTIRQ does not require this handling
and it should be backwards compatibility with other lockspaces that does
not set this flag.

Fixes: f328a26eeb53 ("dlm: introduce DLM_LSFL_SOFTIRQ_SAFE")
Signed-off-by: Alexander Aring <aahringo@redhat.com>
Signed-off-by: David Teigland <teigland@redhat.com>
fs/dlm/lockspace.c