From 23214af7b2edaae110e12e7bc7e462e9fcaa8f15 Mon Sep 17 00:00:00 2001 From: Amit Blay Date: Wed, 2 Sep 2015 15:20:03 +0300 Subject: Modified the mounting sequence in case that MDTP is activated. If MDTP is activated, any mount point that requires encryption would not be mounted to check if it is encrypted. Change-Id: I1866273239fda95120ee0e82ff019646ff4a0bd2 --- fs_mgr/include/fs_mgr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'fs_mgr/include') diff --git a/fs_mgr/include/fs_mgr.h b/fs_mgr/include/fs_mgr.h index 27fccf72e..adcb07b50 100644 --- a/fs_mgr/include/fs_mgr.h +++ b/fs_mgr/include/fs_mgr.h @@ -106,6 +106,7 @@ int fs_mgr_is_noemulatedsd(const struct fstab_rec *fstab); int fs_mgr_is_notrim(struct fstab_rec *fstab); int fs_mgr_is_formattable(struct fstab_rec *fstab); int fs_mgr_swapon_all(struct fstab *fstab); +int fs_mgr_is_mdtp_activated(void); int fs_mgr_do_format(struct fstab_rec *fstab); -- cgit v1.2.3