From: Karen Xie Date: Tue, 30 Dec 2008 05:43:25 +0000 (-0800) Subject: [SCSI] cxgb3i: remove use of skb->sp X-Git-Tag: v2.6.29-rc1~555^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73c336740362731983bf7fd747cdd3b6ac593cef;p=pandora-kernel.git [SCSI] cxgb3i: remove use of skb->sp The cxgb3i was using skb->sp pointer for some internal book-keeping which is not related to the secure path. Changed it to use skb->cb[] instead. Reported-by: Randy Dunlap Signed-off-by: Karen Xie Signed-off-by: James Bottomley --- Reading git-diff-tree failed