projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e244d0
)
UBIFS: print volume name as well
author
Artem Bityutskiy
<Artem.Bityutskiy@nokia.com>
Fri, 18 Jul 2008 09:54:21 +0000
(12:54 +0300)
committer
Artem Bityutskiy
<Artem.Bityutskiy@nokia.com>
Wed, 13 Aug 2008 08:15:50 +0000
(11:15 +0300)
We encouredge people to mount using volume name, not device
numbers. So print the name of the mounted UBI volume, not just
IDs.
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
fs/ubifs/super.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/ubifs/super.c
b/fs/ubifs/super.c
index ca1e2d4e03cc74fa82dbf2eed84f3d2e01aadf98..43af934a75586b26c7b8f681617cb0b4ae8ceb53 100644
(file)
--- a/
fs/ubifs/super.c
+++ b/
fs/ubifs/super.c
@@
-1122,8
+1122,8
@@
static int mount_ubifs(struct ubifs_info *c)
if (err)
goto out_infos;
- ubifs_msg("mounted UBI device %d, volume %d
", c->vi.ubi_num
,
- c->vi.
vol_id
);
+ ubifs_msg("mounted UBI device %d, volume %d
, name \"%s\""
,
+ c->vi.
ubi_num, c->vi.vol_id, c->vi.name
);
if (mounted_read_only)
ubifs_msg("mounted read-only");
x = (long long)c->main_lebs * c->leb_size;