From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail203.messagelabs.com (mail203.messagelabs.com [216.82.254.243]) by kanga.kvack.org (Postfix) with SMTP id 14AE16B02C5 for ; Fri, 20 Aug 2010 17:45:14 -0400 (EDT) Message-ID: <4C6EF747.7070904@redhat.com> Date: Fri, 20 Aug 2010 17:44:39 -0400 From: Rik van Riel MIME-Version: 1.0 Subject: Re: [RFC][PATCH 4/6] mm: Remove all KM_type arguments References: <20100819201317.673172547@chello.nl> <20100819202753.773618082@chello.nl> In-Reply-To: <20100819202753.773618082@chello.nl> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org To: Peter Zijlstra Cc: Linus Torvalds , Andrew Morton , Ingo Molnar , Thomas Gleixner , "H. Peter Anvin" , Russell King , David Howells , Ralf Baechle , David Miller , Paul Mackerras , Benjamin Herrenschmidt , Hugh Dickins , linux-kernel@vger.kernel.org, linux-mm@kvack.org, linux-arch@vger.kernel.org List-ID: On 08/19/2010 04:13 PM, Peter Zijlstra wrote: > Do the bulk of the km_type and KM_type removement by script. > > git grep -l -e km_type -e KM_ | grep -v xfs | while read file; > do > quilt add $file; > sed -i -e 's/,[[:space:]]*enum km_type type[[:space:]]*//g' \ > -e 's/,[[:space:]]*KM_[[:digit:][:upper:]_]*[[:space:]]*//g' \ > $file; > done > > Signed-off-by: Peter Zijlstra Acked-by: Rik van Riel -- All rights reversed -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org