From: Joe Eykholt Date: Thu, 30 Jul 2009 00:04:43 +0000 (-0700) Subject: [SCSI] libfc: rename rport state "NONE" to "DELETE". X-Git-Tag: v2.6.32-rc1~689^2~176 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=141940548c6919c22bf0573c68fd59d961e22475;p=pandora-kernel.git [SCSI] libfc: rename rport state "NONE" to "DELETE". State RPORT_ST_NONE was intented to be an invalid state (0), never used. This was a misguided attempt to be sure it was always initialized. Having an extra state meaning nothing requires switch statements to have a case covering that state. State NONE has been used instead to mean the remote port is being deleted. Changing the name to RPORT_ST_DELETE. Signed-off-by: Joe Eykholt Signed-off-by: Robert Love Signed-off-by: James Bottomley Signed-off-by: James Bottomley --- Reading git-diff-tree failed