commit | a74968f8c3b1166cfe0942901b56165f06ab6f60 | [log] [tgz] |
---|---|---|
author | Roland Dreier <rolandd@cisco.com> | Fri Oct 28 15:37:23 2005 -0700 |
committer | Roland Dreier <rolandd@cisco.com> | Fri Oct 28 15:37:23 2005 -0700 |
tree | 8b6bfdad7c5a56186bb84a8f282270998f64db0f | |
parent | 1993d683f39f77ddb46a662d7146247877d50b8f [diff] |
[IB] umad: Fix device lifetime problems 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>