From: Don Brace Date: Sat, 18 Jul 2015 16:13:15 +0000 (-0500) Subject: hpsa: fix rmmod issues X-Git-Tag: omap-for-v4.3/fixes-rc1~115^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d041306b669e281427de7dd398e74335c9f5042;p=pandora-kernel.git 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-diff-tree failed