Luben Tuikov wrote:
>
> 1. Is it possible that when a command times out, or when the application
> client sends ABORT_TASK TMF (future), the eh thread wakes up and calls the driver's
> abort function, without actually shutting down queueing or any other workings
> of the host/driver/device? Then let the LLDD cancel this command, all the while
> the rest of the things can go on.
Yeah, the host_lock...
I'm not very fond of grabbing a spin lock calling a fn which may sleep
and then releasing the lock...
--
Luben