am 9dedfd47: Fix encryption on certain devices
* commit '9dedfd473dc59e0277004e5b917e4eced02c8af5':
Fix encryption on certain devices
diff --git a/cryptfs.c b/cryptfs.c
index 87ab281..67533a4 100644
--- a/cryptfs.c
+++ b/cryptfs.c
@@ -688,6 +688,9 @@
property_set("vold.decrypt", "trigger_reset_main");
SLOGD("Just asked init to shut down class main\n");
+ /* Give everything a chance to shutdown */
+ sleep(1);
+
/* Now that the framework is shutdown, we should be able to umount()
* the tmpfs filesystem, and mount the real one.
*/