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, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxxx For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx";> email@xxxxxxxxx </a>