]> Pileus Git - ~andy/linux/commit
[SCSI] libfc: set seq_id for incoming sequence
authorJoe Eykholt <jeykholt@cisco.com>
Fri, 7 May 2010 22:18:13 +0000 (15:18 -0700)
committerJames Bottomley <James.Bottomley@suse.de>
Mon, 17 May 2010 02:22:25 +0000 (22:22 -0400)
commitb3667f9177359b0594e4f2cd5cc01115f8c7e2af
tree07fe41c0fd9ffb0e9a6763b469fc0783beda14d5
parentf1af6208c8cef81e313ec2e64b44e783c3a11c13
[SCSI] libfc: set seq_id for incoming sequence

After the recent patch "fixes unnecessary seq id jump"
the SCST module fcst stopped working because multi-sequence
write data wasn't finding the sequence after the first frame.

Add back the setting of the seq_id when the first frame arrives.
Also fix indentation on two lines.

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>
drivers/scsi/libfc/fc_exch.c