OSDN Git Service

Disable sdcardfs
authorMichael Goffioul <michael.goffioul@lincor.com>
Tue, 15 Sep 2020 16:10:29 +0000 (12:10 -0400)
committerMauro Rossi <issor.oruam@gmail.com>
Sun, 8 Aug 2021 11:55:21 +0000 (13:55 +0200)
commit4ee8a8fafca7b131b59d72d8afba3e16421f852b
tree73eedc9158457d82ec3253f7ec9ddf7cdeb31fa1
parentb0b66e68746c4279163f06e923b3c61a2111b9bf
Disable sdcardfs

The use of FUSE-enabled sdcard, e.g. in live mode, creates a lock-up in
vold, which is waiting for sdcard to exit, but never happens as it's
using FUSE.

Disable the use of sdcardfs in vold. This may creates problems in live
mode, where /data is mounted as tmpfs, which does not fully support
xattr.
device.mk