From: Al Viro Date: Fri, 27 Jul 2007 13:23:44 +0000 (+0100) Subject: fix preprocessor idiocy in reiserfs X-Git-Tag: v2.6.23-rc2~176 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d954d06acbcf9a5f7668a1897850c9b7be6b8f3;p=pandora-kernel.git 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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed