Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752298Ab1CUIs7 (ORCPT ); Mon, 21 Mar 2011 04:48:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54472 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751623Ab1CUIs5 (ORCPT ); Mon, 21 Mar 2011 04:48:57 -0400 Message-ID: <4D87109A.1010005@redhat.com> Date: Mon, 21 Mar 2011 10:47:22 +0200 From: Avi Kivity User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.15) Gecko/20110307 Fedora/3.1.9-0.39.b3pre.fc14 Lightning/1.0b3pre Thunderbird/3.1.9 MIME-Version: 1.0 To: Peter Zijlstra CC: Mel Gorman , Andrea Arcangeli , Thomas Gleixner , Rik van Riel , Ingo Molnar , akpm@linux-foundation.org, Linus Torvalds , linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, linux-mm@kvack.org, Benjamin Herrenschmidt , David Miller , Hugh Dickins , Nick Piggin , Paul McKenney , Yanmin Zhang , Martin Schwidefsky , Russell King , Paul Mundt , Jeff Dike , Tony Luck , Hugh Dickins Subject: Re: [PATCH 02/17] mm: mmu_gather rework References: <20110217162327.434629380@chello.nl> <20110217163234.823185666@chello.nl> <20110310155032.GB32302@csn.ul.ie> <1300301742.2203.1899.camel@twins> In-Reply-To: <1300301742.2203.1899.camel@twins> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 819 Lines: 23 On 03/16/2011 08:55 PM, Peter Zijlstra wrote: > On Thu, 2011-03-10 at 15:50 +0000, Mel Gorman wrote: > > > > +static inline void > > > +tlb_gather_mmu(struct mmu_gather *tlb, struct mm_struct *mm, unsigned int full_mm_flush) > > > { > > > > checkpatch will bitch about line length. > > I did a s/full_mm_flush/fullmm/ which puts the line length at 81. At > which point I'll ignore it ;-) How about s/unsigned int/bool/? IIRC you aren't a "bool was invented after 1971, therefore it is evil" type. -- error compiling committee.c: too many arguments to function -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/