commit | 1d6801f9dd3ebb054ae685153a01b1a4ec817f46 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@mellanox.co.il> | Thu Sep 01 09:19:44 2005 -0700 |
committer | Roland Dreier <rolandd@cisco.com> | Wed Sep 07 09:48:52 2005 -0700 |
tree | 2f3e72b292c9ac04cec776fbb60cdec1c4269f24 | |
parent | 06c56e44f3e32a859420ecac97996cc6f12827bb [diff] |
[PATCH] IB/sa_query: avoid unnecessary list scan Using ib_get_client_data in SA event handler performs a list scan. It's better to use container_of to get the sa device directly. Signed-off-by: Michael S. Tsirkin <mst@mellanox.co.il> Signed-off-by: Roland Dreier <rolandd@cisco.com>