Re: [PATCH v2 6/9] ide-cd: Remove redundant sense buffer
From: Christoph Hellwig <hch@infradead.org>
Date: 2018-08-01 08:23:50
Also in:
linux-ide, linux-scsi, lkml, target-devel
From: Christoph Hellwig <hch@infradead.org>
Date: 2018-08-01 08:23:50
Also in:
linux-ide, linux-scsi, lkml, target-devel
On Tue, Jul 31, 2018 at 12:51:51PM -0700, Kees Cook wrote:
This is already able to process the sense buffer, so remove the redundant parsing during the failure path. This also fixes any possible stale values since the prior code did not check the sense length. Signed-off-by: Kees Cook <redacted>
Looks good, Reviewed-by: Christoph Hellwig <hch@lst.de>