commit | ad696989b4a2fce8494964814376aef41da3ff55 | [log] [tgz] |
---|---|---|
author | Dave Dillow <dillowda@ornl.gov> | Thu Jan 03 22:35:41 2008 -0500 |
committer | Roland Dreier <rolandd@cisco.com> | Tue Jan 08 12:08:10 2008 -0800 |
tree | 0eb3f2655c76ca8a92e7f2996b41fea4ee90d90e | |
parent | e1bb7843e4c25e6e331890a2ca512581e844bbaa [diff] |
IB/srp: Release transport before removing host The documented call sequence for removing a host is to call the transport xxx_remove_host() prior to scsi_remove_host(). The SRP transport used to crash when that order was followed, but as it is now fixed, use the documented order. Signed-off-by: David Dillow <dillowda@ornl.gov> Acked-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> Signed-off-by: Roland Dreier <rolandd@cisco.com>