[SCSI] libfc: fix RNN_ID smashing skb payload
authorJoe Eykholt <jeykholt@cisco.com>
Tue, 3 Nov 2009 19:48:50 +0000 (11:48 -0800)
committerJames Bottomley <James.Bottomley@suse.de>
Fri, 4 Dec 2009 18:01:15 +0000 (12:01 -0600)
commit6049d95a8a223e2dc3a476dea9f0fbc9b580f38f
tree10781493611d633cba23b2a0d929726ee3434865
parent59d925168457805572f40fb12bd399e89775b3ff
[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 <jeykholt@cisco.com>
Signed-off-by: Robert Love <robert.w.love@intel.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
include/scsi/fc_encode.h