svcrdma: Shrink scope of spinlock on RQ CQ
authorTom Tucker <tom@opengridcomputing.com>
Tue, 6 May 2008 16:49:05 +0000 (11:49 -0500)
committerTom Tucker <tom@opengridcomputing.com>
Mon, 19 May 2008 12:33:53 +0000 (07:33 -0500)
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 <tom@opengridcomputing.com>

No differences found