UBIFS: correct mount message
authorRichard Genoud <richard.genoud@gmail.com>
Tue, 2 Apr 2013 10:24:37 +0000 (12:24 +0200)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Fri, 10 May 2013 14:07:01 +0000 (17:07 +0300)
When mounting an UBIFS R/W volume, we have the message:
UBIFS: mounted UBI device 0, volume 1, name "rootfs"(null)
With this patch, we'll have:
UBIFS: mounted UBI device 0, volume 1, name "rootfs"
Which is, I think, what was intended.

Signed-off-by: Richard Genoud <richard.genoud@gmail.com>
Cc: stable@vger.kernel.org [v3.7+]
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>

No differences found