public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Julia Lawall <Julia.Lawall@lip6.fr>
Cc: devel@driverdev.osuosl.org, "Dilger,
	Andreas" <andreas.dilger@intel.com>,
	Peng Tao <bergwolf@gmail.com>,
	kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org,
	"Drokin, Oleg" <oleg.drokin@intel.com>
Subject: Re: [PATCH 3/7] staging: lustre: lov: expand the GOTO macro
Date: Mon, 8 Sep 2014 12:50:33 -0700	[thread overview]
Message-ID: <20140908195033.GA7006@kroah.com> (raw)
In-Reply-To: <1410106715-9573-3-git-send-email-Julia.Lawall@lip6.fr>

On Sun, Sep 07, 2014 at 06:18:31PM +0200, Julia Lawall wrote:
> From: Julia Lawall <Julia.Lawall@lip6.fr>
> 
> The semantic patch that makes this change is as follows:
> (http://coccinelle.lip6.fr/)
> 
> // <smpl>
> @@
> identifier lbl;
> identifier rc;
> constant c;
> @@
> 
> - GOTO(lbl,\(rc\|c\));
> + goto lbl;
> 
> @@
> identifier lbl;
> expression rc;
> @@
> 
> - GOTO(lbl,rc);
> + rc;
> + goto lbl;
> // </smpl>
> 
> Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
> 
> ---
>  drivers/staging/lustre/lustre/lov/lov_obd.c     |  154 ++++++++++------
>  drivers/staging/lustre/lustre/lov/lov_object.c  |   13 -
>  drivers/staging/lustre/lustre/lov/lov_pack.c    |   23 +-
>  drivers/staging/lustre/lustre/lov/lov_page.c    |   12 -
>  drivers/staging/lustre/lustre/lov/lov_pool.c    |   38 ++--
>  drivers/staging/lustre/lustre/lov/lov_request.c |  226 +++++++++++++++---------
>  6 files changed, 304 insertions(+), 162 deletions(-)

There were some patches ahead of yours in this area that prevented this
patch from applying.

Can you refresh this against my latest tree (staging-next branch of
staging.git on git.kernel.org) and resend?

thanks,

greg k-h

  reply	other threads:[~2014-09-08 19:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-07 16:18 [PATCH 3/7] staging: lustre: lov: expand the GOTO macro Julia Lawall
2014-09-08 19:50 ` Greg Kroah-Hartman [this message]
2014-09-09 13:44   ` Julia Lawall

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140908195033.GA7006@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=Julia.Lawall@lip6.fr \
    --cc=andreas.dilger@intel.com \
    --cc=bergwolf@gmail.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=oleg.drokin@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox