IB/srp: Release transport before removing host
authorDave Dillow <dillowda@ornl.gov>
Fri, 4 Jan 2008 03:35:41 +0000 (22:35 -0500)
committerRoland Dreier <rolandd@cisco.com>
Tue, 8 Jan 2008 20:08:10 +0000 (12:08 -0800)
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>

No differences found