The entire patch series's code change is same as it was in its previous
submit at http://www.open-fcoe.org/pipermail/devel/2009-March/002037.html,
so no net code change since last submit.

The fc_transport_fcoe.o in drivers/scsi/fcoe/Makefile was supposed to be
removed in patch 1/8 but perhaps I missed refreshing this change in
patch 1/8 and moved to next patch, so this change ended up in next patch
2/8 in last submitted series and broke that patch 1/8.

So in this series effectively change is to only patch 1/8 and rest of the
patches from last submit will also apply as-is on modified 1/8, however
I'm resending entire series as per Rob's request since as per Rob this
will help him collecting all changes from one series.

However I'd prefer submitting only patch 1/8 to linux-scsi to avoid
resend of other same 7 patches from last submit.

---

Vasu Dev (8):
      fcoe, libfc: fix double fcoe_softc memory alloc
      fcoe: cleans up libfcoe.h and adds fcoe.h for fcoe module
      fcoe: moves common FCoE library API functions to libfcoe module
      fcoe, libfc, scsi: adds libfcoe module
      fcoe: renames libfcoe.c to fcoe.c as the only fcoe module file
      fcoe: removes default sw transport code file fcoe_sw.c
      fcoe: removes fc_transport_fcoe.[ch] code files
      fcoe: prep work to completely remove fc_transport_fcoe code


 drivers/scsi/Kconfig                  |    8 
 drivers/scsi/Makefile                 |    1 
 drivers/scsi/fcoe/Makefile            |    8 
 drivers/scsi/fcoe/fc_transport_fcoe.c |  443 --------
 drivers/scsi/fcoe/fcoe.c              | 1871 +++++++++++++++++++++++++++++++++
 drivers/scsi/fcoe/fcoe.h              |   86 ++
 drivers/scsi/fcoe/fcoe_sw.c           |  552 ----------
 drivers/scsi/fcoe/libfcoe.c           | 1427 -------------------------
 drivers/scsi/libfc/fc_fcp.c           |    2 
 include/scsi/fc_transport_fcoe.h      |   54 -
 include/scsi/libfc.h                  |   22 
 include/scsi/libfcoe.h                |  122 --
 12 files changed, 1987 insertions(+), 2609 deletions(-)
 delete mode 100644 drivers/scsi/fcoe/fc_transport_fcoe.c
 create mode 100644 drivers/scsi/fcoe/fcoe.c
 create mode 100644 drivers/scsi/fcoe/fcoe.h
 delete mode 100644 drivers/scsi/fcoe/fcoe_sw.c
 delete mode 100644 include/scsi/fc_transport_fcoe.h

-- 
Signature: [email protected]
_______________________________________________
devel mailing list
[email protected]
http://www.open-fcoe.org/mailman/listinfo/devel

Reply via email to