Re: [PATCH] scsi: target: Remove tcm_loop target reset handling
"Martin K. Petersen" <[email protected]> Mon, 08 Jun 2026 17:51:35 -0400
| Newsgroups | org.kernel.vger.target-devel,org.kernel.vger.linux-scsi |
|---|---|
| Organization | Oracle |
| Message-ID | <[email protected]> |
Mike, > tcm_loop_target_reset is supposed to handle all the LUNs on a target > but it's only doing a TMR_LUN_RESET so only that one LUN is handled. > This will cause us to return early while IOs to other LUNs are still > hung in lower layers. This just removes the target reset handler for > the driver because LIO doesn't support target resets and for the > common case where this is run from the scsi-ml error hamdler we have > already tried an abort and lun reset so waiting again is most likely > useless. Applied to 7.2/scsi-staging, thanks! -- Martin K. Petersen