Re: [RFC][PATCH 4/6] mm: Remove all KM_type arguments

From: Rik van Riel
Date: Fri Aug 20 2010 - 17:45:50 EST


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<a.p.zijlstra@xxxxxxxxx>

Acked-by: Rik van Riel <riel@xxxxxxxxxx>

--
All rights reversed
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/