From: Marcin Slusarz Date: Fri, 8 Feb 2008 12:20:13 +0000 (-0800) Subject: ext3: replace all adds to little endians variables with le*_add_cpu X-Git-Tag: v2.6.25-rc1~165 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50e8a2890ed0eeb7a11ae0c39144fcdd1cad1cf8;p=pandora-kernel.git ext3: replace all adds to little endians variables with le*_add_cpu replace all: little_endian_variable = cpu_to_leX(leX_to_cpu(little_endian_variable) + expression_in_cpu_byteorder); with: leX_add_cpu(&little_endian_variable, expression_in_cpu_byteorder); sparse didn't generate any new warning with this patch Signed-off-by: Marcin Slusarz Cc: Mark Fasheh Cc: David Chinner Cc: Timothy Shimmin Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed