Skip to content

Commit

Permalink
[IB] umad: Fix device lifetime problems
Browse files Browse the repository at this point in the history
Move ib_umad 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>
  • Loading branch information
Roland Dreier committed Oct 28, 2005
1 parent 1993d68 commit a74968f
Showing 1 changed file with 159 additions and 109 deletions.
Loading

0 comments on commit a74968f

Please sign in to comment.