Skip to content
Commit 2d4cf5ae authored by Brian Norris's avatar Brian Norris Committed by Artem Bityutskiy
Browse files

UBIFS: correct usage of IS_ENABLED()

Commit "818039c7

 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: default avatarBrian Norris <computersforpeace@gmail.com>
Signed-off-by: default avatarArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
parent 1cfb7271
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment