diff options
author | Marcin Slusarz <marcin.slusarz@gmail.com> | 2008-02-12 23:06:10 (GMT) |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2008-03-31 09:41:03 (GMT) |
commit | bb16b342b2e2c83fa47dbb042400db91b748ded7 (patch) | |
tree | 86563acc182b83aa49157158c04b32a546690060 /fs/gfs2/ops_file.c | |
parent | 840ca0ec70903ce8e0fba1596460876c796e4f60 (diff) | |
download | linux-bb16b342b2e2c83fa47dbb042400db91b748ded7.tar.xz |
[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>
Diffstat (limited to 'fs/gfs2/ops_file.c')
0 files changed, 0 insertions, 0 deletions