commit | f4568b8b9766d083c0e61346173bb22274128208 | [log] [tgz] |
---|---|---|
author | Joe Eykholt <jeykholt@cisco.com> | Fri Mar 12 16:08:07 2010 -0800 |
committer | James Bottomley <James.Bottomley@suse.de> | Sun Apr 11 09:23:37 2010 -0500 |
tree | ef55e06fd86a64127a19eb9100f7cbd114e8564b | |
parent | 7d65b0df6c5951271cd368170bca8601aa2e65c7 [diff] |
[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>