Skip to content

Commit 308533b

Browse files
Alexander Aringteigland
authored andcommitted
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>
1 parent d52c9b8 commit 308533b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

fs/dlm/lock.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2543,7 +2543,6 @@ static void process_lookup_list(struct dlm_rsb *r)
25432543
list_for_each_entry_safe(lkb, safe, &r->res_lookup, lkb_rsb_lookup) {
25442544
list_del_init(&lkb->lkb_rsb_lookup);
25452545
_request_lock(r, lkb);
2546-
schedule();
25472546
}
25482547
}
25492548

0 commit comments

Comments
 (0)