From: Nicholas Bellinger Date: Wed, 2 Mar 2011 23:52:51 +0000 (-0800) Subject: [SCSI] target: Fix volume size misreporting for volumes > 2TB X-Git-Tag: v2.6.39-rc1~440^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=904f0bc482201fa86e75c330d79dfd11be494cf8;p=pandora-kernel.git [SCSI] target: Fix volume size misreporting for volumes > 2TB the target infrastructure fails to send the correct conventional size to READ_CAPACITY that force a retry with READ_CAPACITY_16, which reads the capacity for devices > 2TB. Fix by adding the correct return to trigger RC(16). Reported-by: Ben Jarvis Signed-off-by: Signed-off-by: Nicholas A. Bellinger Cc: stable@kernel.org Signed-off-by: James Bottomley --- Reading git-diff-tree failed