Marcin Slusarz 50e8a2890e 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 <marcin.slusarz@gmail.com>
Cc: Mark Fasheh <mark.fasheh@oracle.com>
Cc: David Chinner <dgc@sgi.com>
Cc: Timothy Shimmin <tes@sgi.com>
Cc: <linux-ext4@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-02-08 09:22:32 -08:00
..
2008-02-07 08:42:26 -08:00
2007-10-19 11:53:37 -07:00
2007-10-22 08:13:21 -07:00
2008-02-07 08:42:27 -08:00
2007-10-18 14:37:31 -07:00
2008-02-08 09:22:31 -08:00
2008-01-30 13:31:46 +01:00
2008-02-08 02:09:56 +00:00
2008-02-06 10:41:07 -08:00
2008-02-05 09:44:07 -08:00
2008-02-06 10:41:07 -08:00
2008-01-30 13:31:46 +01:00
2008-02-06 10:41:09 -08:00
2008-02-08 09:22:31 -08:00
2007-10-15 17:00:19 +02:00
2008-02-06 10:41:02 -08:00
2008-02-05 09:44:07 -08:00