[SCSI] libfc: recognize incoming FLOGI for point-to-point mode
authorJoe Eykholt <jeykholt@cisco.com>
Sat, 13 Mar 2010 00:08:07 +0000 (16:08 -0800)
committerJames Bottomley <James.Bottomley@suse.de>
Sun, 11 Apr 2010 14:23:37 +0000 (09:23 -0500)
commitf4568b8b9766d083c0e61346173bb22274128208
treeef55e06fd86a64127a19eb9100f7cbd114e8564b
parent7d65b0df6c5951271cd368170bca8601aa2e65c7
[SCSI] libfc: recognize incoming FLOGI for point-to-point mode

When receiving a FLOGI request from a point-to-point peer,
the D_ID of 0xfffffe was not recognized as belonging to one
of the lports, so it was dropped.

Change fc_vport_id_lookup() to treat d_id 0xfffffe as a match.

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_npiv.c