Commit 308533b4 authored by Alexander Aring's avatar Alexander Aring Committed by David Teigland

dlm: remove schedule in receive path

Remove an explicit schedule() call in the message processing path,
in preparation for softirq message processing.
Signed-off-by: default avatarAlexander Aring <aahringo@redhat.com>
Signed-off-by: default avatarDavid Teigland <teigland@redhat.com>
parent d52c9b8f
......@@ -2543,7 +2543,6 @@ static void process_lookup_list(struct dlm_rsb *r)
list_for_each_entry_safe(lkb, safe, &r->res_lookup, lkb_rsb_lookup) {
list_del_init(&lkb->lkb_rsb_lookup);
_request_lock(r, lkb);
schedule();
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment