]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/scsi/scsi_scan.c
scsi: fix off-by-one LUN check in scsi_scan_host_selected()
authorMark Knibbs <markk@clara.co.uk>
Thu, 9 Oct 2014 11:39:48 +0000 (12:39 +0100)
committerChristoph Hellwig <hch@lst.de>
Wed, 12 Nov 2014 10:15:53 +0000 (11:15 +0100)
commit605c6dbef7556604b20b9831ea790dfe988416d8
tree65a47a5d21f530f0836e77ce0ec880ac009b1583
parentfb0d82f49167a2519f8c52e91b9b278cec57bff4
scsi: fix off-by-one LUN check in scsi_scan_host_selected()

The Scsi_Host structure max_lun field is the maximum allowed LUN plus 1. So
a LUN value is invalid if >= max_lun.

Signed-off-by: Mark Knibbs <markk@clara.co.uk>
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/scsi/scsi_scan.c