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:
840ca0e
)
[GFS2] be*_add_cpu conversion
author
Marcin Slusarz
<marcin.slusarz@gmail.com>
Tue, 12 Feb 2008 23:06:10 +0000
(
00:06
+0100)
committer
Steven Whitehouse
<swhiteho@redhat.com>
Mon, 31 Mar 2008 09:41:03 +0000
(10:41 +0100)
replace all:
big_endian_variable = cpu_to_beX(beX_to_cpu(big_endian_variable) +
expression_in_cpu_byteorder);
with:
beX_add_cpu(&big_endian_variable, expression_in_cpu_byteorder);
generated with semantic patch
Signed-off-by: Marcin Slusarz <marcin.slusarz@gmail.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
No differences found