git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1be5a5
)
UBIFS: correct mount message
author
Richard Genoud
<richard.genoud@gmail.com>
Tue, 2 Apr 2013 10:24:37 +0000
(12:24 +0200)
committer
Artem 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