summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/dlmglue.c
diff options
context:
space:
mode:
authorMarcin Slusarz2008-02-13 00:06:18 +0100
committerMark Fasheh2008-03-04 00:50:21 +0100
commit0dd3256e04c452396c9d22943e4a18e02f4dbdf4 (patch)
tree2e4cdc053041d9313ed0dfbac111d28261c238c8 /fs/ocfs2/dlmglue.c
parentocfs2: Fix writeout in ocfs2_data_convert_worker() (diff)
downloadkernel-qcow2-linux-0dd3256e04c452396c9d22943e4a18e02f4dbdf4.tar.gz
kernel-qcow2-linux-0dd3256e04c452396c9d22943e4a18e02f4dbdf4.tar.xz
kernel-qcow2-linux-0dd3256e04c452396c9d22943e4a18e02f4dbdf4.zip
[PATCH] ocfs2: le*_add_cpu conversion
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>
Diffstat (limited to 'fs/ocfs2/dlmglue.c')
0 files changed, 0 insertions, 0 deletions