commit | 47698e083e40bbd3ef87f5561390ae33abb13cd0 | [log] [tgz] |
---|---|---|
author | Tom Tucker <tom@opengridcomputing.com> | Tue May 06 11:49:05 2008 -0500 |
committer | Tom Tucker <tom@opengridcomputing.com> | Mon May 19 07:33:53 2008 -0500 |
tree | 116427837fc578ad419068306e94adb2daa8fdb1 | |
parent | 8740767376b32a7772607e1b2b07cde0c24120cc [diff] |
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 <tom@opengridcomputing.com>