diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2007-07-27 14:23:44 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-28 19:42:22 -0700 |
commit | 2d954d06acbcf9a5f7668a1897850c9b7be6b8f3 (patch) | |
tree | fee2f79872d2d24f50e92a3af2f9119c588eb40f /include/linux/stddef.h | |
parent | 986c76036adb0b12cbe1bf1ce1f75586585ee227 (diff) |
fix preprocessor idiocy in reiserfs
#x blocks expansion of macro argument, but it won't do you any
good if it's already been expanded... As it is, RFALSE(cond, ....)
ended up with stringified _expanded_ cond. Real fun when cond contains
something like le32_to_cpu() and you are on a big-endian box...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/stddef.h')
0 files changed, 0 insertions, 0 deletions