From: Linus Torvalds Date: Sun, 26 Feb 2012 17:44:55 +0000 (-0800) Subject: Fix autofs compile without CONFIG_COMPAT X-Git-Tag: v3.3-rc6~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c761ea05a8900a907f32b628611873f6bef24b2;p=pandora-kernel.git Fix autofs compile without CONFIG_COMPAT The autofs compat handling fix caused a compile failure when CONFIG_COMPAT isn't defined. Instead of adding random #ifdef'fery in autofs, let's just make the compat helpers earlier to use: without CONFIG_COMPAT, is_compat_task() just hardcodes to zero. We could probably do something similar for a number of other cases where we have #ifdef's in code, but this is the low-hanging fruit. Reported-and-tested-by: Andreas Schwab Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed