commit | 0aa5d7b7f225236ac8461d0b6835b9c6152a2699 | [log] [tgz] |
---|---|---|
author | Mike Lockwood <lockwood@android.com> | Tue Apr 05 10:05:47 2011 -0400 |
committer | Mike Lockwood <lockwood@android.com> | Wed May 04 10:41:19 2011 -0400 |
tree | 9bc11ff8ac526d26b59635edf1512ae3cd7afd0c | |
parent | e3b498be0ae05367e9b84f4fac2ac5cf57a6b091 [diff] |
DO NOT MERGE Fix deadlock in MountService It is not safe to call into vold with a lock held on mVolumeStates since we will receive events back from vold on a different thread. So in the boot completed handler we make a copy of the volume list and then call vold to mount volumes after releasing the lock Change-Id: Iaadfb1b8be5567c8e228a8fbc69d4d483c8dc987 Signed-off-by: Mike Lockwood <lockwood@android.com>