Re: [PATCH] ocfs2: le*_add_cpu conversion

From: Mark Fasheh
Date: Mon Feb 18 2008 - 16:04:05 EST


On Wed, Feb 13, 2008 at 12:06:18AM +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


Thanks, this is in ocfs2.git now.
--Mark
--
Mark Fasheh
Principal Software Developer, Oracle
mark.fasheh@xxxxxxxxxx
--
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/