summaryrefslogtreecommitdiffstats
path: root/fs_mgr/include
diff options
context:
space:
mode:
authorJP Abgrall <jpa@google.com>2015-03-05 17:30:53 -0800
committerJP Abgrall <jpa@google.com>2015-03-05 17:30:53 -0800
commitfe6fcc4cc16a7b6c23910c24372cf1f6bce5006a (patch)
tree0ef7ba0d19ef38f49855fa8aa3e42e8ea0f9c7b9 /fs_mgr/include
parent232478759d809d53f708ba8c052c4cba3ff2b2d5 (diff)
downloadsystem_core-fe6fcc4cc16a7b6c23910c24372cf1f6bce5006a.tar.gz
system_core-fe6fcc4cc16a7b6c23910c24372cf1f6bce5006a.tar.bz2
system_core-fe6fcc4cc16a7b6c23910c24372cf1f6bce5006a.zip
fs_mgr: recognize a notrim mountpoint flag
Some partitions don't need trimming. Needs a vold:fstrim change Bug: 19624276 Change-Id: I8df715bd18688d7921afa2f3743f7d2a68760699
Diffstat (limited to 'fs_mgr/include')
-rw-r--r--fs_mgr/include/fs_mgr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs_mgr/include/fs_mgr.h b/fs_mgr/include/fs_mgr.h
index 0437d45c7..a7a0bdbff 100644
--- a/fs_mgr/include/fs_mgr.h
+++ b/fs_mgr/include/fs_mgr.h
@@ -94,6 +94,7 @@ int fs_mgr_is_nonremovable(struct fstab_rec *fstab);
int fs_mgr_is_verified(struct fstab_rec *fstab);
int fs_mgr_is_encryptable(struct fstab_rec *fstab);
int fs_mgr_is_noemulatedsd(struct fstab_rec *fstab);
+int fs_mgr_is_notrim(struct fstab_rec *fstab);
int fs_mgr_swapon_all(struct fstab *fstab);
#ifdef __cplusplus
}