UBIFS: correct usage of IS_ENABLED()
authorBrian Norris <computersforpeace@gmail.com>
Mon, 18 Jun 2012 23:31:22 +0000 (16:31 -0700)
committerGrazvydas Ignotas <notasas@gmail.com>
Sat, 2 Mar 2013 20:11:40 +0000 (22:11 +0200)
commit498831ebf5bf098742925f18f47b389ec9d10bf3
tree43c919cd235887d17ac0cae107dc14288b7394be
parentd4c31926295bca94dcb98fe277ab98bea782254c
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 <computersforpeace@gmail.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
fs/ubifs/debug.c