]> git.baikalelectronics.ru Git - kernel.git/commit
IB/uverbs: Use idr_read_cq() where appropriate
authorRoland Dreier <rolandd@cisco.com>
Fri, 22 Sep 2006 22:17:19 +0000 (15:17 -0700)
committerRoland Dreier <rolandd@cisco.com>
Fri, 22 Sep 2006 22:17:19 +0000 (15:17 -0700)
commit1c7ecb604ec181f3ccf9e8de9571a0305671f870
treef8dc75cf9222948663ce01b819764cd8d332d6d9
parent80ea9d44a5628293704e1bcb43095bb6ec29d6b3
IB/uverbs: Use idr_read_cq() where appropriate

There were two functions that open-coded idr_read_cq() in terms of
idr_read_uobj() rather than using the helper.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/core/uverbs_cmd.c