diff options
author | Marcin Slusarz <marcin.slusarz@gmail.com> | 2008-04-17 16:38:59 +0200 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2008-04-17 16:38:59 +0200 |
commit | e8546d0615542684ca02ba03edebec1a503beb6b (patch) | |
tree | c0114f0e86278dd1418f5a548b38d5d1c4b157b3 /COPYING | |
parent | ext4: Convert list_for_each_rcu() to list_for_each_entry_rcu() (diff) | |
download | linux-e8546d0615542684ca02ba03edebec1a503beb6b.tar.xz linux-e8546d0615542684ca02ba03edebec1a503beb6b.zip |
ext4: 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: "Theodore Ts'o" <tytso@mit.edu>
Cc: linux-ext4@vger.kernel.org
Cc: sct@redhat.com
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: adilger@clusterfs.com
Cc: Mingming Cao <cmm@us.ibm.com>
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions