commit | 2d954d06acbcf9a5f7668a1897850c9b7be6b8f3 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@ftp.linux.org.uk> | Fri Jul 27 14:23:44 2007 +0100 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Sat Jul 28 19:42:22 2007 -0700 |
tree | fee2f79872d2d24f50e92a3af2f9119c588eb40f | |
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>