1
0
Fork 0
alistair23-linux/fs/sysv
Marcin Slusarz 07132922aa sysv: [bl]e*_add_cpu conversion
replace all:
big/little_endian_variable = cpu_to_[bl]eX([bl]eX_to_cpu(big/little_endian_variable) +
					expression_in_cpu_byteorder);
with:
	[bl]eX_add_cpu(&big/little_endian_variable, expression_in_cpu_byteorder);
generated with semantic patch

Signed-off-by: Marcin Slusarz <marcin.slusarz@gmail.com>
Cc: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-04-30 08:29:52 -07:00
..
Makefile
balloc.c
dir.c sysv: convert to new aops 2007-10-16 09:42:57 -07:00
file.c
ialloc.c
inode.c iget: stop the SYSV filesystem from using iget() and read_inode() 2008-02-07 08:42:29 -08:00
itree.c sysv: convert to new aops 2007-10-16 09:42:57 -07:00
namei.c iget: stop the SYSV filesystem from using iget() and read_inode() 2008-02-07 08:42:29 -08:00
super.c iget: stop the SYSV filesystem from using iget() and read_inode() 2008-02-07 08:42:29 -08:00
symlink.c
sysv.h sysv: [bl]e*_add_cpu conversion 2008-04-30 08:29:52 -07:00