Merge branch '6.2/scsi-queue' into 6.2/scsi-fixes
[sfrench/cifs-2.6.git] / drivers / scsi / scsi_error.c
index 955ee1bfde8f34856355b4ade568fce2a4a1953b..2aa2c2aee6e7f99cc3275244d5f70d72dc02a09e 100644 (file)
@@ -317,7 +317,7 @@ void scsi_eh_scmd_add(struct scsi_cmnd *scmd)
         * Ensure that all tasks observe the host state change before the
         * host_failed change.
         */
-       call_rcu(&scmd->rcu, scsi_eh_inc_host_failed);
+       call_rcu_hurry(&scmd->rcu, scsi_eh_inc_host_failed);
 }
 
 /**