Whamcloud - gitweb
AOSP: blkid: Correct the label name for exfat
authorUpendra <upendra.baveja@sony.com>
Thu, 1 Mar 2018 08:15:48 +0000 (17:15 +0900)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 18 Aug 2018 19:59:40 +0000 (15:59 -0400)
commit0c625fed12b1bbbe85a1c08846a2a24b8746a745
tree2b10b661fca0b5d2664cfcdbbfa4cb3d2183d114
parent4490f853e105e46e02dfca7056f4d14786ce6cf2
AOSP: blkid: Correct the label name for exfat

Volume label name is 16 bit unicode string according to spec.
Currently blkid labels the device without converting it to
utf-8 chars due to which incorrect label is displayed.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Bug: 74184636
Test: manual
Change-Id: Ib16204c75c2cdf675d480e9c66f484bb3c51108e
From AOSP commit: 25715073b170970469126426196c9e5084613c37
lib/blkid/probe.c