[SCSI] libfcoe: rename libfcoe.c to fcoe_cltr.c for the coming fcoe_transport.c
authorYi Zou <yi.zou@intel.com>
Sat, 29 Jan 2011 00:05:00 +0000 (16:05 -0800)
committerJames Bottomley <James.Bottomley@suse.de>
Sat, 12 Feb 2011 17:06:25 +0000 (11:06 -0600)
commit0095a9213324a4466c10de98837a27ab1b7e72be
treee9a397a0ecc45362571183ea876bbf4834ec940f
parentfdecf31b7c7b9bb79516344884388f660fd5d5a7
[SCSI] libfcoe: rename libfcoe.c to fcoe_cltr.c for the coming fcoe_transport.c

The existing libfcoe.c is mostly for FIP support, rename it to reflect that
fact and so we can add fcoe_transport.c to the make file to include both
into the libfcoe kernel module.

[ Minor modifications by Robert Love converting a few
  "__attribute__((packed))" modifiers to "__packed" to remove new
  checkpatch.pl WARNINGS ]

Signed-off-by: Yi Zou <yi.zou@intel.com>
Signed-off-by: Robert Love <robert.w.love@intel.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
drivers/scsi/fcoe/Makefile
drivers/scsi/fcoe/fcoe_ctlr.c [moved from drivers/scsi/fcoe/libfcoe.c with 99% similarity]