From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Love Subject: Re: [Open-FCoE] [PATCH v3 04/10] libfcoe: rename libfcoe.c to fcoe_cltr.c for the coming fcoe_transport.c Date: Fri, 14 Jan 2011 17:29:07 -0800 Message-ID: <1295054947.1836.4.camel@fritz> References: <20110113021649.12798.71742.stg.yi.zou@intel.com> <20110113022002.12798.45641.stg.yi.zou@intel.com> <1295054856.1836.3.camel@fritz> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from mga01.intel.com ([192.55.52.88]:27384 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751448Ab1AOB3I (ORCPT ); Fri, 14 Jan 2011 20:29:08 -0500 In-Reply-To: <1295054856.1836.3.camel@fritz> Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: Yi Zou Cc: devel@open-fcoe.org, linux-scsi@vger.kernel.org On Fri, 2011-01-14 at 17:27 -0800, Robert Love wrote: > On Wed, 2011-01-12 at 18:20 -0800, Yi Zou wrote: > > 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. > > > > Signed-off-by: Yi Zou > > --- > > > > drivers/scsi/fcoe/fcoe_ctlr.c | 2690 +++++++++++++++++++++++++++++++++++++++++ > > 1 files changed, 2690 insertions(+), 0 deletions(-) > > create mode 100644 drivers/scsi/fcoe/fcoe_ctlr.c > > This isn't renaming the file, it's copying it. Should this patch move > the file and then update Kconfig so that libfcoe builds? > OK, just saw the next patch that completes the job. I think the two patches should be merged. //Rob