From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Torvalds Subject: Re: [GIT PULL] Btrfs updates for 2.6.35 Date: Fri, 11 Jun 2010 13:00:02 -0700 Message-ID: References: <20100611193731.GA3018@think> <20100611194812.GD3018@think> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 To: Chris Mason , Linus Torvalds , linux-kernel , linux-btrfs@vger.kernel.org Return-path: In-Reply-To: <20100611194812.GD3018@think> List-ID: On Fri, Jun 11, 2010 at 12:48 PM, Chris Mason wrote: > > The others all fix oopsen or big problems, and I think fixing warnings > helps avoid false negatives as others look for real problems? > > I'm happy to rebase out the 3 non-criticals. There seems to be more than three non-criticals. There's the warning fixes, the "unused variables" thing, the "memdup_user()" thing, a couple of unnecessary NULL checks removed etc. On the whole, I do not get the feeling that the pull request was actively trying to be minimal, and that's what I really want to see. Linus