Re: [PATCH 4/8] scsi: Create a core ALUA driver

From: John Garry

Date: Mon Mar 16 2026 - 05:13:09 EST


On 14/03/2026 04:35, Benjamin Marzinski wrote:
+
+/*
+ * alua_tur - Send a TEST UNIT READY
+ * @sdev: device to which the TEST UNIT READY command should be send
+ *
+ * Send a TEST UNIT READY to @sdev to figure out the device state
+ * Returns SCSI_DH_RETRY if the sense code is NOT READY/ALUA TRANSITIONING,
+ * 0 if no error occurred, and SCSI_DH_IO otherwise.
Nitpick: The comment here still references SCSI_DH_ values

Sure, I'll pay attention to removing DH remnants.

Thanks