[SCSI] libfcoe: eliminate unused link and last_link fields
authorJoe Eykholt <jeykholt@cisco.com>
Sat, 13 Mar 2010 00:08:23 +0000 (16:08 -0800)
committerJames Bottomley <James.Bottomley@suse.de>
Sun, 11 Apr 2010 14:23:38 +0000 (09:23 -0500)
commit4291365784c9622c9d643cf23421f9c7b9662d71
tree46b938bd7ea401da7d61ad7e63b80d0bcd8b0f71
parent50036bbae0ed4d4e610bd59e0ce285ed20c1bee6
[SCSI] libfcoe: eliminate unused link and last_link fields

The link and last_link fields in the fcoe_ctlr struct are no
longer useful, since they are always set to the same value,
and FIP always calls libfc to pass link information to the lport.

Eliminate those fields and rename link_work to timer_work, since
it no longer has any link change work to do.

Thanks to Brian Uchino for discovering this issue.

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/fcoe/libfcoe.c
include/scsi/libfcoe.h