commit | 24fa163a4bae74b3378d30e1bc776568cfca8121 | [log] [tgz] |
---|---|---|
author | Zach Brown <zach.brown@oracle.com> | Fri Jun 25 14:59:49 2010 -0700 |
committer | Andy Grover <andy.grover@oracle.com> | Wed Sep 08 18:16:32 2010 -0700 |
tree | 309638f0739708cecd066ebad43f95832e3f8dd8 | |
parent | b6fb0df12db6c8b6bbcc7b5c9459b3bbf5f0cee6 [diff] |
RDS/IB: wait for IB dev freeing work to finish during rmmod The RDS IB client removal callback can queue work to drop the final reference to an IB device. We have to make sure that this function has returned before we complete rmmod or the work threads can try to execute freed code. Signed-off-by: Zach Brown <zach.brown@oracle.com>