UBIFS: correct mount message
authorRichard Genoud <richard.genoud@gmail.com>
Tue, 2 Apr 2013 10:24:37 +0000 (12:24 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 22 Jul 2013 01:21:36 +0000 (18:21 -0700)
commit4791df938fe7aa27a9fe50e4582efd583a045541
tree92167bb0e98ef908ae5fa4747e0c6f709b5025b5
parente885d8b8a8ff435d4fcb66c7376e349c4658621d
UBIFS: correct mount message

commit beadadfa5467e09e36891f39cae1f5d8d3bbf17e upstream.

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>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/ubifs/super.c