From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Bhanu Prakash Gollapudi" Subject: Re: Fwd: [Open-FCoE] [PATCH 4/4] bnx2fc: Bumped version to 1.0.2 Date: Thu, 26 May 2011 23:18:25 -0700 Message-ID: <4DDF4231.6000503@broadcom.com> References: <4DDF352F.2020800@broadcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mms3.broadcom.com ([216.31.210.19]:3073 "EHLO MMS3.broadcom.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752576Ab1E0GSf (ORCPT ); Fri, 27 May 2011 02:18:35 -0400 In-Reply-To: <4DDF352F.2020800@broadcom.com> Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: "James.Bottomley@HansenPartnership.com" , "linux-scsi@vger.kernel.org" On 5/26/2011 10:22 PM, Bhanu Prakash Gollapudi wrote: > Hi James, > > It doesnt look like the following patch set was committed. Can you > please do so? Please let me know if you want me to re-submit. Apparently, there will be some merge conflicts when you try to apply these patches. I think it is better that I re-submit them. Will do it soon. Thanks, Bhanu > > Here are the links: > > http://marc.info/?l=linux-scsi&m=130135398425844&w=2 > http://marc.info/?l=linux-scsi&m=130135398825857&w=2 > http://marc.info/?l=linux-scsi&m=130135399825872&w=2 > http://marc.info/?l=linux-scsi&m=130135401925893&w=2 > > > Thanks, > Bhanu > > -------- Original Message -------- > Subject: [Open-FCoE] [PATCH 4/4] bnx2fc: Bumped version to 1.0.2 > Date: Mon, 28 Mar 2011 16:12:57 -0700 > From: Bhanu Gollapudi > To: James.Bottomley@suse.de > CC: devel@open-fcoe.org, > linux-scsi@vger.kernel.org > > Signed-off-by: Bhanu Prakash Gollapudi > --- > drivers/scsi/bnx2fc/bnx2fc.h | 2 +- > drivers/scsi/bnx2fc/bnx2fc_fcoe.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/scsi/bnx2fc/bnx2fc.h b/drivers/scsi/bnx2fc/bnx2fc.h > index e9cfda3..24102e8 100644 > --- a/drivers/scsi/bnx2fc/bnx2fc.h > +++ b/drivers/scsi/bnx2fc/bnx2fc.h > @@ -62,7 +62,7 @@ > #include "bnx2fc_constants.h" > > #define BNX2FC_NAME "bnx2fc" > -#define BNX2FC_VERSION "1.0.1" > +#define BNX2FC_VERSION "1.0.2" > > #define PFX "bnx2fc: " > > diff --git a/drivers/scsi/bnx2fc/bnx2fc_fcoe.c > b/drivers/scsi/bnx2fc/bnx2fc_fcoe.c > index 41456c5..8fb9b6e 100644 > --- a/drivers/scsi/bnx2fc/bnx2fc_fcoe.c > +++ b/drivers/scsi/bnx2fc/bnx2fc_fcoe.c > @@ -21,7 +21,7 @@ DEFINE_PER_CPU(struct bnx2fc_percpu_s, bnx2fc_percpu); > > #define DRV_MODULE_NAME "bnx2fc" > #define DRV_MODULE_VERSION BNX2FC_VERSION > -#define DRV_MODULE_RELDATE "Mar 17, 2011" > +#define DRV_MODULE_RELDATE "Mar 28, 2011" > > > static char version[] __devinitdata =