Message ID | 20221130181325.1012760-11-paulmck@kernel.org (mailing list archive) |
---|---|
State | Mainlined |
Commit | 54d87b0a0c19bc3f740e4cd4b87ba14ce2e4ea73 |
Headers | show |
Series | Lazy call_rcu() updates for v6.2 | expand |
diff --git a/drivers/scsi/scsi_error.c b/drivers/scsi/scsi_error.c index 6995c89792300..ac5ff0783b4f0 100644 --- a/drivers/scsi/scsi_error.c +++ b/drivers/scsi/scsi_error.c @@ -312,7 +312,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); } /**