]> git.baikalelectronics.ru Git - kernel.git/commit
scsi: core: Fix a comment in function scsi_host_dev_release()
authorXiang Chen <chenxiang66@hisilicon.com>
Mon, 10 May 2021 11:35:26 +0000 (19:35 +0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Sat, 15 May 2021 02:54:37 +0000 (22:54 -0400)
commit729170e7be486f6f6db0f72ad710ba7652edbca8
tree3104b4b24e0cda9daea9edcb970a2ba65b8ad265
parent2204cfd63e69fc5bcfbb018e19c4ce5fd9b21dd9
scsi: core: Fix a comment in function scsi_host_dev_release()

Commit f0fc58cf49bb ("scsi: core: Avoid that ATA error handling can
trigger a kernel hang or oops") moved rcu to scsi_cmnd instead of
shost. Modify "shost->rcu" to "scmd->rcu" in a comment.

Link: https://lore.kernel.org/r/1620646526-193154-1-git-send-email-chenxiang66@hisilicon.com
Signed-off-by: Xiang Chen <chenxiang66@hisilicon.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/hosts.c