mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 16:30:52 +07:00
ocfs2: allow for an assert message during lock mastery
Signed-off-by: Kurt Hackel <kurt.hackel@oracle.com> Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
This commit is contained in:
parent
2d1a868c56
commit
dc2ed195dd
@ -1741,7 +1741,8 @@ int dlm_assert_master_handler(struct o2net_msg *msg, u32 len, void *data)
|
||||
goto kill;
|
||||
}
|
||||
if (!mle) {
|
||||
if (res->owner != assert->node_idx) {
|
||||
if (res->owner != DLM_LOCK_RES_OWNER_UNKNOWN &&
|
||||
res->owner != assert->node_idx) {
|
||||
mlog(ML_ERROR, "assert_master from "
|
||||
"%u, but current owner is "
|
||||
"%u! (%.*s)\n",
|
||||
|
Loading…
Reference in New Issue
Block a user