From: Joe Eykholt Date: Tue, 3 Nov 2009 19:48:50 +0000 (-0800) Subject: [SCSI] libfc: fix RNN_ID smashing skb payload X-Git-Tag: v2.6.33-rc1~344^2~87 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6049d95a8a223e2dc3a476dea9f0fbc9b580f38f;p=pandora-kernel.git [SCSI] libfc: fix RNN_ID smashing skb payload The code that filled in the name server RNN_ID (register node name) request had somehow gotten a line in it from the RFT_ID code which copies 32 bytes of data over the relatively short payload. This caused some corruption and hangs. Simply deleted the extraneous line. Signed-off-by: Joe Eykholt Signed-off-by: Robert Love Signed-off-by: James Bottomley --- Reading git-diff-tree failed