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)
commitbeadadfa5467e09e36891f39cae1f5d8d3bbf17e
tree5eaeadbef6c4800c4795a3a371f2b0039ad8016d
parentc1be5a5b1b355d40e6cf79cc979eb66dafa24ad1
UBIFS: correct mount message

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>
fs/ubifs/super.c