]> git.baikalelectronics.ru Git - kernel.git/commit
scsi_scan: Fixup scsilun_to_int()
authorHannes Reinecke <hare@suse.de>
Wed, 25 Jun 2014 13:27:39 +0000 (15:27 +0200)
committerChristoph Hellwig <hch@lst.de>
Thu, 17 Jul 2014 20:07:39 +0000 (22:07 +0200)
commit1862ac723fe9960263e97dbc4cd8b0237f028ff9
treeb7b85fb5f76d647fe128972dadfe0157c8703478
parent40d7b3ffcd84234f9c03aa1a9e95e582959a74ef
scsi_scan: Fixup scsilun_to_int()

scsilun_to_int() has an error which prevents it from generating
correct LUN numbers for 64bit values.
Also we should remove the misleading comment about portions of
the LUN being ignored; the initiator should treat the LUN as
an opaque value.
And, finally, the example given should use the correct
prefix (here: extended flat space addressing scheme).

This patch includes the modifications suggested by
Bart van Assche.

Cc: Bart van Assche <bvanassche@acm.org>
Cc: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Hannes Reinecke <hare@suse.de>
Reviewed-by: James Bottomley <jbottomley@parallels.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/scsi/scsi_scan.c