Re: [PATCH] jfs: le*_add_cpu conversion

From: Dave Kleikamp
Date: Wed Feb 13 2008 - 17:04:15 EST


On Wed, 2008-02-13 at 00:06 +0100, marcin.slusarz@xxxxxxxxx wrote:
> From: Marcin Slusarz <marcin.slusarz@xxxxxxxxx>
>
> 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);
> generated with semantic patch
>
> Signed-off-by: Marcin Slusarz <marcin.slusarz@xxxxxxxxx>
> Cc: shaggy@xxxxxxxxxxxxxx
> Cc: jfs-discussion@xxxxxxxxxxxxxxxxxxxxx

Applied to the jfs git tree.

Thanks,
Shaggy
--
David Kleikamp
IBM Linux Technology Center

--
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/