diff options
| author | 2008-04-17 10:38:59 -0400 | |
|---|---|---|
| committer | 2008-04-17 10:38:59 -0400 | |
| commit | e8546d0615542684ca02ba03edebec1a503beb6b (patch) | |
| tree | c0114f0e86278dd1418f5a548b38d5d1c4b157b3 /tools/perf/scripts/python | |
| parent | ext4: Convert list_for_each_rcu() to list_for_each_entry_rcu() (diff) | |
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 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
