kernel-ark/fs/hfsplus
Marcin Slusarz 20c79e785a hfs/hfsplus: 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
..
bfind.c
bitmap.c
bnode.c
brec.c
btree.c iget: stop HFSPLUS from using iget() and read_inode() 2008-02-07 08:42:28 -08:00
catalog.c [PATCH] remove many unneeded #includes of sched.h 2007-02-14 08:09:54 -08:00
dir.c HFS+: fix unlink of links 2008-04-10 13:37:51 -07:00
extents.c hfsplus: convert to new aops 2007-10-16 09:42:56 -07:00
hfsplus_fs.h fs/hfsplus/: proper externs 2008-04-29 08:06:00 -07:00
hfsplus_raw.h
inode.c fs/hfsplus/: proper externs 2008-04-29 08:06:00 -07:00
ioctl.c [PATCH] r/o bind mounts: elevate write count for ioctls() 2008-04-19 00:29:24 -04:00
Makefile
options.c hfsplus: handle match_strdup failure 2008-04-29 08:06:02 -07:00
part_tbl.c
super.c hfs/hfsplus: be*_add_cpu conversion 2008-04-30 08:29:51 -07:00
tables.c
unicode.c fs/hfsplus/unicode.c: fix uninitialized var warning 2008-02-08 09:22:36 -08:00
wrapper.c hfsplus: use get/put_unaligned_* helpers 2008-04-29 08:06:28 -07:00