Skip to content

Commit

Permalink
[SCSI] fcoe: removes default sw transport code file fcoe_sw.c
Browse files Browse the repository at this point in the history
Moves only required code from fcoe_sw.c to libfcoe.c towards having
just one source file for fcoe module, this gets rid off default sw
transport code in a separate fcoe_sw.c file.

Very minor renaming along this move, dropped _sw_ or _SW_ use
in names and replaced them by _if_ as a auxiliary interface
functions. Now some of these funcs can be removed or merged with
other func after fcoe transport is gone, but that should be
in another patch to keep this patch simple.

Now the libfcoe.c file name for fcoe module doesn't go along well,
so the libfcoe.c file renaming to fcoe.c as the only single fcoe
module file is done in next patch to keep this patch clean
and small for review.

Signed-off-by: Vasu Dev <vasu.dev@intel.com>
Signed-off-by: Robert Love <robert.w.love@intel.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
  • Loading branch information
Vasu Dev authored and James Bottomley committed Apr 3, 2009
1 parent 61e17af commit 7f34914
Show file tree
Hide file tree
Showing 4 changed files with 494 additions and 539 deletions.
3 changes: 1 addition & 2 deletions drivers/scsi/fcoe/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
obj-$(CONFIG_FCOE) += fcoe.o

fcoe-y := \
libfcoe.o \
fcoe_sw.o
libfcoe.o
Loading

0 comments on commit 7f34914

Please sign in to comment.