remarkable-linux/fs/affs
Marcin Slusarz 6369a4abb4 affs: 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>
Cc: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-04-30 08:29:51 -07:00
..
affs.h
amigaffs.c
bitmap.c
Changes
dir.c
file.c affs: be*_add_cpu conversion 2008-04-30 08:29:51 -07:00
inode.c
Makefile
namei.c
super.c affs: handle match_strdup failure 2008-04-29 08:06:01 -07:00
symlink.c