• James Bottomley's avatar
    SCSI sg,st block layer TCQ fix · 0eeaad0c
    James Bottomley authored
    Usually, the mid layer ends the block tag (if one was in use)
    early to release the resources.  However, things like sg and st
    don't go through the code path that does the release, so put a
    fallback release in __scsi_release_request() for them.
    0eeaad0c
scsi.c 31.5 KB