From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Whitehouse Date: Fri, 14 Sep 2007 13:32:30 +0100 Subject: [Cluster-devel] [PATCH] [DLM] bz#250464: Make dlm_sendd cond_resched more In-Reply-To: <46EA3D01.2060500@redhat.com> References: <46EA3D01.2060500@redhat.com> Message-ID: <1189773150.1068.46.camel@quoit> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi, On Fri, 2007-09-14 at 08:49 +0100, Patrick Caulfield wrote: > 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 > > Patrick Now in the -nmw git tree. Thanks, Steve.