From: Tom Tucker Date: Tue, 6 May 2008 16:49:05 +0000 (-0500) Subject: svcrdma: Shrink scope of spinlock on RQ CQ X-Git-Tag: v2.6.26-rc4~90^2^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47698e083e40bbd3ef87f5561390ae33abb13cd0;p=pandora-kernel.git svcrdma: Shrink scope of spinlock on RQ CQ The rq_cq_reap function is only called from the dto_tasklet. The only resource shared with other threads is the sc_rq_dto_q. Move the spin lock to protect only this list. Signed-off-by: Tom Tucker --- Reading git-diff-tree failed