https://bugzilla.kernel.org/show_bug.cgi?id=114401

bastienphilb...@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bastienphilb...@gmail.com

--- Comment #1 from bastienphilb...@gmail.com ---
out_done:
         tascb->completion = NULL;
         if (res == TMF_RESP_FUNC_COMPLETE) {
                 task->lldd_task = NULL;
add these line:
                 list_del_init(&ascb->list);
                 mb();
                 asd_ascb_free(tascb);
         }
         ASD_DPRINTK("task 0x%p aborted, res: 0x%x\n", task, res);
         return res;

  out_free:
same here:
         list_del_init(&ascb->list);
         asd_ascb_free(ascb);
         ASD_DPRINTK("task 0x%p aborted, res: 0x%x\n", task, res);
         return res;
}
Tell me if this fixes your issue.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to