On 21/09/2023 20:22, Bart Van Assche wrote:
The block layer core guarantees that tag numbers are in the expected range. Hence remove the statements that check this. This patch suppresses Coverity warnings about left shifts with a negative right hand operand. The following commit originally introduced request tag range checks: 14497328b6a6 ("scsi: ufs: verify command tag validity"). Cc:daejun7.park@xxxxxxxxxxx Cc: John Garry<john.g.garry@xxxxxxxxxx> Signed-off-by: Bart Van Assche<bvanassche@xxxxxxx>
Feel free to add: Reviewed-by: John Garry <john.g.garry@xxxxxxxxxx>