]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
UBIFS: correct usage of IS_ENABLED()
authorBrian Norris <computersforpeace@gmail.com>
Mon, 18 Jun 2012 23:31:22 +0000 (16:31 -0700)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Wed, 27 Jun 2012 11:22:15 +0000 (14:22 +0300)
commit2d4cf5ae123e4a7bd26a88e600581aa809bcad7f
treeaed2a224a4833b4a49b2eff21801d54198048493
parent1cfb7271076a265b7c2cbbf9cf5c2ae060a24385
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