commit | 507d31b86b38dffe7c60ca5c54b5e631f5a7cab3 | [log] [tgz] |
---|---|---|
author | Joseph Lehrer <jlehrer@nvidia.com> | Mon Apr 11 15:02:50 2011 -0700 |
committer | Mike Lockwood <lockwood@android.com> | Wed Jul 06 13:29:32 2011 -0400 |
tree | 7a3c295d9585f6114222a815637b2cc16d196fc7 | |
parent | 9322b103a39ec370c077152faccb60c6b3e94b2c [diff] [blame] |
vold: retry mounting partition Works around a race condition between the vold and MountService uevent handlers Change-Id: I71c92f2e9b92e1fefc192da166a91d81bc60e242 Signed-off-by: Mike Lockwood <lockwood@android.com>
diff --git a/Volume.h b/Volume.h index ad3dcd8..f57ff91 100644 --- a/Volume.h +++ b/Volume.h
@@ -52,6 +52,7 @@ VolumeManager *mVm; bool mDebug; int mPartIdx; + bool mRetryMount; /* * The major/minor tuple of the currently mounted filesystem.