From 2d041306b669e281427de7dd398e74335c9f5042 Mon Sep 17 00:00:00 2001 From: Don Brace Date: Sat, 18 Jul 2015 11:13:15 -0500 Subject: [PATCH] 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 Reviewed-by: Scott Teel Reviewed-by: Tomas Henzl Signed-off-by: Don Brace Signed-off-by: James Bottomley --- Reading git-format-patch failed