On Wed, 2019-01-30 at 10:44 +0100, Hannes Reinecke wrote:
> The 'response' buffer from bsg is mapped onto the SCSI sense buffer,
> however after commit 82ed4db499b8 we need to allocate them ourselves
> as the bsg queue is _not_ a SCSI queue, and hence the sense buffer
> won't be allocated from the scsi stack.
>
> Fixes: 82ed4db499b8 ("block: split scsi_request out of struct request")
>
> Signed-off-by: Hannes Reinecke <[email protected]>
Please add a "Cc: stable" tag. Anyway:
Reviewed-by: Bart Van Assche <[email protected]>