diff options
author | Don Brace <[email protected]> | 2015-07-18 11:13:15 -0500 |
---|---|---|
committer | James Bottomley <[email protected]> | 2015-08-26 16:29:49 -0700 |
commit | 2d041306b669e281427de7dd398e74335c9f5042 (patch) | |
tree | ca83005bb8ef66ebe2139e5a6880ba7a17d7bc56 /scripts/gdb/linux/utils.py | |
parent | 9a4178b76a973684750d20b684bae4f57ab9a355 (diff) |
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 <[email protected]>
Reviewed-by: Scott Teel <[email protected]>
Reviewed-by: Tomas Henzl <[email protected]>
Signed-off-by: Don Brace <[email protected]>
Signed-off-by: James Bottomley <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions