commit | 68e12e5f61354eb42cfffbc20a693153fc39738e | [log] [tgz] |
---|---|---|
author | Jing Xiangfeng <jingxiangfeng@huawei.com> | Mon Jun 15 16:12:26 2020 +0800 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Tue Jul 28 22:56:24 2020 -0400 |
tree | a645d8bde3a3db0c0d553f9e930498defadbffc1 | |
parent | 5759ff1131cd420aad7eae639719a473154b2e37 [diff] |
scsi: iscsi: Do not put host in iscsi_set_flashnode_param() If scsi_host_lookup() fails we will jump to put_host which may cause a panic. Jump to exit_set_fnode instead. Link: https://lore.kernel.org/r/20200615081226.183068-1-jingxiangfeng@huawei.com Reviewed-by: Mike Christie <michael.christie@oracle.com> Signed-off-by: Jing Xiangfeng <jingxiangfeng@huawei.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>