From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Marek Subject: Re: [PATCH] scripts/coccinelle/api/simple_open.cocci: semantic patch for simple_open() Date: Mon, 26 Mar 2012 22:51:10 +0200 Message-ID: <4F70D6BE.6000202@suse.cz> References: <1331657917-4552-1-git-send-email-Julia.Lawall@lip6.fr> <20120326204407.GC10259@sepie.suse.cz> <20120326134821.fb74a5b4.akpm@linux-foundation.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Julia Lawall , sboyd@codeaurora.org, kernel-janitors@vger.kernel.org, gregkh@linuxfoundation.org, viro@zeniv.linux.org.uk, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org To: Andrew Morton Return-path: In-Reply-To: <20120326134821.fb74a5b4.akpm@linux-foundation.org> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org Dne 26.3.2012 22:48, Andrew Morton napsal(a): > On Mon, 26 Mar 2012 22:44:07 +0200 > Michal Marek wrote: > >> On Tue, Mar 13, 2012 at 05:58:37PM +0100, Julia Lawall wrote: >>> From: Julia Lawall >>> >>> Find instances of an open-coded simple_open() and replace them >>> with calls to simple_open(). >>> >>> Signed-off-by: Julia Lawall >>> Reported-by: Stephen Boyd >> >> Thanks, applied to kbuild.git#misc now. >> > > That's a bit premature, as simple_open() isn't upstream yet. Oops, sorry. I haven't pushed the branch yet, so I will remove the patch again. Michal