From: Brian Norris Date: Mon, 18 Jun 2012 23:31:22 +0000 (-0700) Subject: UBIFS: correct usage of IS_ENABLED() X-Git-Tag: sz_154~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=498831ebf5bf098742925f18f47b389ec9d10bf3;p=pandora-kernel.git UBIFS: correct usage of IS_ENABLED() Commit "818039c UBIFS: fix debugfs-less systems support" fixed one regression but introduced a different regression - the debugfs is now always compiled out. Root cause: IS_ENABLED() arguments should be used with the CONFIG_* prefix. Signed-off-by: Brian Norris Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed