Re: [PATCH 5/6] scsi: mvsas: Use LIBSAS_SHT_BASE

From: John Garry
Date: Tue Mar 05 2024 - 08:30:20 EST


On 05/03/2024 13:19, Jason Yan wrote:
-    .ioctl            = sas_ioctl,
-#ifdef CONFIG_COMPAT
-    .compat_ioctl        = sas_ioctl,
-#endif
      .shost_groups        = mvst_host_groups,
      .sdev_groups        = mvst_sdev_groups,
      .track_queue_depth    = 1,


Doesn't hvae ->eh_abort_handler too.

Is setting eh_abort_handler actually really ever required for libsas drivers? We have sas_eh_abort_handler, so I assume so..

Thanks,
John