commit | 0fd10721fe3664f7549e74af9d28a509c9a68719 | [log] [tgz] |
---|---|---|
author | Nicholas Bellinger <nab@linux-iscsi.org> | Fri Jan 29 22:47:58 2016 -0800 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Thu Mar 10 21:48:25 2016 -0800 |
tree | 5a8baa2974420e246c816828d5f6954050bbb704 | |
parent | 91973cd60e2db7536228ce2732ffea4e50d03ca9 [diff] |
ib_srpt: Convert to percpu_ida tag allocation This patch converts ib_srpt to use existing percpu_ida tag pre-allocation for struct srpt_send_ioctx. This allows ib_srpt to drop it's internal pre-allocation mechanisms with the extra spin_lock_irqsave, and use percpu_ida common code for doing this. Cc: Vu Pham <vu@mellanox.com> Cc: Sagi Grimberg <sagig@mellanox.com> Cc: Bart Van Assche <bvanassche@acm.org> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>