]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit62f8adc17ab91953c765758b76036a2250825eb3
tree5eaeadbef6c4800c4795a3a371f2b0039ad8016d
parentee64b9734fe3dcdcfb7c1b94bdb325c185c7f120
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