OSDN Git Service

Remove OBB bind mounts, now provided by FUSE.
authorJeff Sharkey <jsharkey@android.com>
Wed, 11 Sep 2013 01:25:19 +0000 (18:25 -0700)
committerJeff Sharkey <jsharkey@android.com>
Wed, 11 Sep 2013 01:27:07 +0000 (18:27 -0700)
commit7c5e6a3268dc25207633ce1ff5958ce705aba77a
treec4daa53aeaa2170f8cbda34ae4bfe56c3d8bdff8
parentd288f74190feb0605b7903a09b0c08cf015d8b7c
Remove OBB bind mounts, now provided by FUSE.

The OBB storage area is now presented on a per-user basis by the FUSE
daemon, so we no longer need to create bind mounts.  (In fact, we
must use the FUSE daemon since it now correctly synthesizes UID
ownership on a per-user basis.)

Bug: 10506809
Change-Id: I2d6c5643d7c89d7a15ceb28af871e44618ad33ad
vm/native/dalvik_system_Zygote.cpp