diff options
author | Don Brace <don.brace@pmcs.com> | 2015-07-18 18:13:15 +0200 |
---|---|---|
committer | James Bottomley <JBottomley@Odin.com> | 2015-08-27 01:29:49 +0200 |
commit | 2d041306b669e281427de7dd398e74335c9f5042 (patch) | |
tree | ca83005bb8ef66ebe2139e5a6880ba7a17d7bc56 /drivers/ps3 | |
parent | hpsa: fix issues with multilun devices (diff) | |
download | linux-2d041306b669e281427de7dd398e74335c9f5042.tar.xz linux-2d041306b669e281427de7dd398e74335c9f5042.zip |
hpsa: fix rmmod issues
The driver is calling hpsa_shutdown before calling scsi_remove_host.
hpsa_shutdown is disabling interrupts.
scsi_remove_host can trigger I/O operations, such as
SYNCHRONIZE CACHE when multipath is enabled which hang the system.
Call scsi_remove_host before calling hpsa_shutdown.
Reviewed-by: Kevin Barnett <kevin.barnett@pmcs.com>
Reviewed-by: Scott Teel <scott.teel@pmcs.com>
Reviewed-by: Tomas Henzl <thenzl@redhat.com>
Signed-off-by: Don Brace <don.brace@pmcs.com>
Signed-off-by: James Bottomley <JBottomley@Odin.com>
Diffstat (limited to 'drivers/ps3')
0 files changed, 0 insertions, 0 deletions