From: Christof Schmitt Date: Wed, 17 Feb 2010 10:18:54 +0000 (+0100) Subject: [SCSI] zfcp: Dont use 0 to indicate invalid LUN in rec trace X-Git-Tag: v2.6.34-rc1~284^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d21e9daa63e009ce5b87bbcaa6d11ce48e07bbbe;p=pandora-kernel.git [SCSI] zfcp: Dont use 0 to indicate invalid LUN in rec trace 0 is a valid value for a LUN. It is slightly confusing to also see 0 in the trace entries relating to adapter and port. Change this to use 0xFFFFFFFFFFFFFFFF in the LUN field when the trace entry does not relate to a LUN or unit. Reviewed-by: Swen Schillig Signed-off-by: Christof Schmitt Signed-off-by: James Bottomley --- Reading git-diff-tree failed