On 18/03/2026 08:02, Hannes Reinecke wrote:
+
int scsi_alua_init(void);
void scsi_exit_alua(void);
#else //CONFIG_SCSI_ALUA
@@ -64,6 +66,10 @@ blk_status_t scsi_alua_prep_fn(struct scsi_device
*sdev, struct request *req)
{
return BLK_STS_OK;
}
+static inline bool scsi_device_alua_implicit(struct scsi_device *sdev)
+{
+ return false;
+}
static inline int scsi_alua_sdev_init(struct scsi_device *sdev)
{
return 0;
Hmm. Can you fold it into the patch where it's actually called?
It's getting hard to review without that.
Sure, this series is taking baby steps ..
Thanks,
John