projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd776cf
)
blkid: add type display for hfsplus
author
Sven-Göran Bergh
<sgb@systemasis.org>
Sun, 13 Jan 2013 23:35:31 +0000
(
00:35
+0100)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Sun, 13 Jan 2013 23:35:31 +0000
(
00:35
+0100)
Signed-off-by: Sven-Göran Bergh <sgb@systemasis.org>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
util-linux/volume_id/hfs.c
patch
|
blob
|
history
diff --git
a/util-linux/volume_id/hfs.c
b/util-linux/volume_id/hfs.c
index f3f19dba71b52b53734184e639ac822209b2e787..dd5ec2415423607f10f0a65312b9bd14ee312a29 100644
(file)
--- a/
util-linux/volume_id/hfs.c
+++ b/
util-linux/volume_id/hfs.c
@@
-286,7
+286,7
@@
int FAST_FUNC volume_id_probe_hfs_hfsplus(struct volume_id *id /*,uint64_t off*/
found:
// volume_id_set_usage(id, VOLUME_ID_FILESYSTEM);
-// id->type = "hfsplus";
+ IF_FEATURE_BLKID_TYPE(id->type = "hfsplus";)
return 0;
}