commit | bb16b342b2e2c83fa47dbb042400db91b748ded7 | [log] [tgz] |
---|---|---|
author | Marcin Slusarz <marcin.slusarz@gmail.com> | Wed Feb 13 00:06:10 2008 +0100 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Mon Mar 31 10:41:03 2008 +0100 |
tree | 86563acc182b83aa49157158c04b32a546690060 | |
parent | 840ca0ec70903ce8e0fba1596460876c796e4f60 [diff] |
[GFS2] be*_add_cpu conversion 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>