[DLM] Make dlm_sendd cond_resched more
authorPatrick Caulfield <pcaulfie@redhat.com>
Fri, 14 Sep 2007 07:49:21 +0000 (08:49 +0100)
committerSteven Whitehouse <swhiteho@redhat.com>
Wed, 10 Oct 2007 07:56:19 +0000 (08:56 +0100)
commitd66f8277f53407754f50ae6bada68f1b68d04d48
tree8725f182541eb98e1947d8a224e61d66c2c959da
parent49e61f2ef6f7d1d0296e3e30d366b28e0ca595c2
[DLM] Make dlm_sendd cond_resched more

Under high recovery loads dlm_sendd can monopolise the CPU and cause soft lockups.

This one extra and one moved cond_resched() make it yield a little more during
such times keeping work moving.

Signed-Off-By: Patrick Caulfield <pcaulfie@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/dlm/lowcomms.c
This page took 0.024105 seconds and 5 git commands to generate.