From: Roland Dreier Date: Fri, 28 Oct 2005 22:38:26 +0000 (-0700) Subject: [IB] uverbs: Fix device lifetime problems X-Git-Tag: v2.6.15-rc1~731^2~21^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70a30e16a8a9d22396a4d1e96af86e43594df584;p=pandora-kernel.git [IB] uverbs: Fix device lifetime problems Move ib_uverbs module to using cdev_alloc() and class_device_create() so that we can handle device lifetime properly. Now we can make sure we keep all of our data structures around until the last way to reach them is gone. Signed-off-by: Roland Dreier --- Reading git-diff-tree failed