mirror of
https://github.com/torvalds/linux.git
synced 2024-11-13 23:51:39 +00:00
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: Alexander Aring <aahringo@redhat.com> Signed-off-by: David Teigland <teigland@redhat.com>
This commit is contained in:
parent
d52c9b8fef
commit
308533b4b1
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user