Re: [PATCH 02/21] libsas: Only abort commands from inside the error handler
From: Bart Van Assche <bvanassche@acm.org> Date: 2021-07-04 23:52:13
On 7/2/21 7:32 PM, Jason Yan wrote:
No idea why sas_eh_abort_handler() is only used by isci. The other
libsas drivers just let the error handler do the aborting work. So my
question is can the isci driver delete this callback and let the error
handler do this? If so, then we cann remove this function directly.
Hmm ... I think that's a question for an isci expert. Unfortunately I'm
not familiar with the isci driver myself.
Thanks,
Bart.