From: Roland Dreier Date: Sun, 18 Jun 2006 03:37:40 +0000 (-0700) Subject: IB/uverbs: Factor out common idr code X-Git-Tag: v2.6.18-rc1~1110^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3463175d6ee55fdbd5cda2a03415e2068599b2b7;p=pandora-kernel.git IB/uverbs: Factor out common idr code Factor out common code for adding a userspace object to an idr into a function idr_add_uobj(). This shrinks both the source and object code: add/remove: 1/0 grow/shrink: 0/6 up/down: 57/-220 (-163) function old new delta idr_add_uobj - 57 +57 ib_uverbs_create_ah 543 512 -31 ib_uverbs_create_srq 662 630 -32 ib_uverbs_reg_mr 737 699 -38 ib_uverbs_create_cq 639 600 -39 ib_uverbs_alloc_pd 485 446 -39 ib_uverbs_create_qp 1020 979 -41 Signed-off-by: Roland Dreier --- Reading git-diff-tree failed