Re: [PATCH 01/14] libata: remove ata_scsi_timed_out
From: Hannes Reinecke <hare@suse.de>
Date: 2018-05-23 13:21:24
From: Hannes Reinecke <hare@suse.de>
Date: 2018-05-23 13:21:24
On 05/23/2018 02:19 PM, Christoph Hellwig wrote:
As far as I can tell this function can't even be called any more, given that ATA implements its own eh_strategy_handler with ata_scsi_error, which never calls ->eh_timed_out. Signed-off-by: Christoph Hellwig <hch@lst.de> --- drivers/ata/libata-eh.c | 51 ----------------------------------------- include/linux/libata.h | 2 -- 2 files changed, 53 deletions(-)
Reviewed-by: Hannes Reinecke <hare@suse.com> Cheers, Hannes