git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a74968f
)
[IB] uverbs: Fix device lifetime problems
author
Roland Dreier
<rolandd@cisco.com>
Fri, 28 Oct 2005 22:38:26 +0000
(15:38 -0700)
committer
Roland Dreier
<rolandd@cisco.com>
Fri, 28 Oct 2005 22:38:26 +0000
(15:38 -0700)
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 <rolandd@cisco.com>
No differences found