On Sun, 2017-05-07 at 15:20 -0700, Nicholas A. Bellinger wrote: > aborted = true is only set when transport_generic_free_cmd() > is called with wait_for_tasks = true, and neither srpt nor isert have > ever invoked transport_generic_free_cmd() with wait_for_tasks = true in > upstream code. Right. Although this patch is not wrong, this patch is not needed with the current transport_generic_free_cmd() implementation but has to be folded in the patch that eliminates the "aborted" and "tas" variables (which is not in the series I posted). Bart.