]> git.baikalelectronics.ru Git - kernel.git/commit
scsi: iscsi: Allow iscsi_if_stop_conn() to be called from kernel
authorMike Christie <michael.christie@oracle.com>
Thu, 16 Jun 2022 22:27:34 +0000 (17:27 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 Aug 2022 12:23:44 +0000 (14:23 +0200)
commite2ad7ac7fa9fd6f02f99f75b8e88f47523d21d63
treeb0a2858136a7917c2446942ec93fb2966e8cb3fb
parent955a2c05330a0793e00335b9c0caa9fc68fb91d9
scsi: iscsi: Allow iscsi_if_stop_conn() to be called from kernel

[ Upstream commit 4f4876c6b8c0da0d739dd4a6486ac8d284991271 ]

iscsi_if_stop_conn() is only called from the userspace interface but in a
subsequent commit we will want to call it from the kernel interface to
allow drivers like qedi to remove sessions from inside the kernel during
shutdown. This removes the iscsi_uevent code from iscsi_if_stop_conn() so we
can call it in a new helper.

Link: https://lore.kernel.org/r/20220616222738.5722-3-michael.christie@oracle.com
Tested-by: Nilesh Javali <njavali@marvell.com>
Reviewed-by: Nilesh Javali <njavali@marvell.com>
Signed-off-by: Mike Christie <michael.christie@oracle.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/scsi/scsi_transport_iscsi.c