diff options
| author | Marcin Slusarz <[email protected]> | 2008-04-28 02:16:20 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2008-04-28 08:58:46 -0700 |
| commit | 9e902df6be2cb7444e5a0f7e2e72bcbf3b978f3e (patch) | |
| tree | 18097b73e7dff21688f4c9fee8bc785c63a19766 /scripts/stackusage | |
| parent | 78e917d59c30c3d5a4cda7f47e0f40f1c98f9b02 (diff) | |
reiserfs: 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 <[email protected]>
Cc: Jeff Mahoney <[email protected]>
Cc: Chris Mason <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/stackusage')
0 files changed, 0 insertions, 0 deletions