summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChiou-Hao Hsu <chsu@codeaurora.org>2014-10-09 18:55:50 -0700
committerLinux Build Service Account <lnxbuild@localhost>2014-11-04 08:54:15 -0700
commite7236f86c0c28ff5f330d4321d241d7f8bd4d76c (patch)
treef98c0ebb3bb03b7fc514abaa7228c3ac75903fb3
parentd31a80993d3bccf01ffc6f06667ca9dc9068b2d6 (diff)
downloadandroid_system_vold-staging/cm-12.0-caf.tar.gz
android_system_vold-staging/cm-12.0-caf.tar.bz2
android_system_vold-staging/cm-12.0-caf.zip
vold: cryptfs: compiler fixstaging/cm-12.0-caf
Add extra input to wait_and_unmount. Change-Id: I8e2c68408965aab7142ee5c6b078e6d37a36224a
-rw-r--r--cryptfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptfs.c b/cryptfs.c
index f0760be..5a49ac6 100644
--- a/cryptfs.c
+++ b/cryptfs.c
@@ -3377,7 +3377,7 @@ int cryptfs_pfe_activate(void)
}
/* Now unmount the /data partition. */
- if (wait_and_unmount(DATA_MNT_POINT)) {
+ if (wait_and_unmount(DATA_MNT_POINT, false)) {
SLOGE("%s: Unmount /data failed", __func__);
goto unmount_error;
}