From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Zijlstra Subject: Re: [patch 07/35] fs: icache lock i_state Date: Tue, 19 Oct 2010 19:06:49 +0200 Message-ID: <1287508009.1998.3442.camel@laptop> References: <20101019034216.319085068@kernel.dk> <20101019034656.201381145@kernel.dk> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT Cc: npiggin@kernel.dk, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org To: Miklos Szeredi Return-path: Received: from casper.infradead.org ([85.118.1.10]:39863 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756546Ab0JSRGx convert rfc822-to-8bit (ORCPT ); Tue, 19 Oct 2010 13:06:53 -0400 In-Reply-To: Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Tue, 2010-10-19 at 12:47 +0200, Miklos Szeredi wrote: > On Tue, 19 Oct 2010, npiggin@kernel.d wrote: > > Index: linux-2.6/fs/fs-writeback.c > > =================================================================== > > --- linux-2.6.orig/fs/fs-writeback.c 2010-10-19 14:18:58.000000000 +1100 > > +++ linux-2.6/fs/fs-writeback.c 2010-10-19 14:19:36.000000000 +1100 > > @@ -288,10 +288,12 @@ > > The function name here helps review a bit. If you are using quilt add > "export QUILT_DIFF_OPTS=-p" to .quiltrc. I have: QUILT_DIFF_OPTS="-F ^[[:alpha:]\$_].*[^:]\$" in my /etc/quilt.quiltrc, it is similar to --show-c-function but doesn't consider labels.