"...0d0cea2424ae97b27447dc64a7dbfae83c036c45b403392f0e8ba.png" did not exist on "94e8ba728640dc01375a14e337f3b892bfacbeeb"
UBIFS: fix debugfs-less systems support
Commit "f70b7e52 UBIFS: remove Kconfig debugging option" broke UBIFS and it refuses to initialize if debugfs (CONFIG_DEBUG_FS) is disabled. I incorrectly assumed that debugfs files creation function will return success if debugfs is disabled, but they actually return -ENODEV. This patch fixes the issue. Reported-by:Paul Parsons <lost.distance@yahoo.com> Signed-off-by:
Artem Bityutskiy <artem.bityutskiy@linux.intel.com> Tested-by:
Paul Parsons <lost.distance@yahoo.com>
Loading
Please register or sign in to comment