[PATCH 2/2] UBIFS: fix debugfs-less systems support
Paul Parsons
lost.distance at yahoo.com
Wed Jun 6 12:27:10 EDT 2012
--- On Wed, 6/6/12, Artem Bityutskiy <dedekind1 at gmail.com> wrote:
> Commit "f70b7e5 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.
>
> Signed-off-by: Artem Bityutskiy <artem.bityutskiy at linux.intel.com>
Thanks Artem!
This patch series works for me on linux-3.5.0-rc1.
Tested-by: Paul Parsons <lost.distance at yahoo.com>
More information about the linux-mtd
mailing list