From: Brian Norris Date: Mon, 18 Jun 2012 23:31:22 +0000 (-0700) Subject: UBIFS: correct usage of IS_ENABLED() X-Git-Tag: v3.5-rc5~14^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d4cf5ae123e4a7bd26a88e600581aa809bcad7f;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