OSDN Git Service

vold: dont't use commas in device names
authormorckx <morckx@gmail.com>
Tue, 24 Nov 2015 21:45:01 +0000 (22:45 +0100)
committerGerrit Code Review <gerrit@cyanogenmod.org>
Thu, 17 Dec 2015 23:27:56 +0000 (15:27 -0800)
commit5fc50f6135d3450e57e572e6b67134262aa60fde
tree3b81c1b698b3d6c620e09e4ae4aadcba44c68ee5
parentb1347999a43b0020a84631314168b691da421b90
vold: dont't use commas in device names

Fuse supports commas escaped by '\' in fs names, but exfat and ntfs-3g
currently don't support the escaping.

This fixes mounting of exFAT and NTFS public volumes.

Change-Id: I72005489956e59e7f889267114fee3921d289984
Disk.cpp
PrivateVolume.cpp
PublicVolume.cpp