You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
|
17 years ago |
.. |
Makefile
|
…
|
|
balloc.c
|
…
|
|
dir.c
|
…
|
|
file.c
|
…
|
|
ialloc.c
|
…
|
|
inode.c
|
…
|
|
itree.c
|
…
|
|
namei.c
|
…
|
|
super.c
|
…
|
|
symlink.c
|
…
|
|
sysv.h
|
…
|
|