git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1044e40
)
[PATCH] ocfs2: le*_add_cpu conversion
author
Marcin Slusarz
<marcin.slusarz@gmail.com>
Tue, 12 Feb 2008 23:06:18 +0000
(
00:06
+0100)
committer
Mark Fasheh
<mark.fasheh@oracle.com>
Mon, 3 Mar 2008 23:50:21 +0000
(15:50 -0800)
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@gmail.com>
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
No differences found