summaryrefslogtreecommitdiffstats
path: root/fs_mgr/include
diff options
context:
space:
mode:
authorJP Abgrall <jpa@google.com>2014-06-18 07:28:14 +0000
committerJP Abgrall <jpa@google.com>2014-06-18 07:28:14 +0000
commitf786fe54388cb4461f8e13845ca6a1df0d2e1236 (patch)
tree281e8e34a649d2fe05062228e10a25650965faa1 /fs_mgr/include
parenta794f86522f9125f2547c94ebc7c74d1e7ace013 (diff)
downloadsystem_core-f786fe54388cb4461f8e13845ca6a1df0d2e1236.zip
system_core-f786fe54388cb4461f8e13845ca6a1df0d2e1236.tar.gz
system_core-f786fe54388cb4461f8e13845ca6a1df0d2e1236.tar.bz2
fsmgr: revert multiple fs-types/mountpoint (fix N5 boot)
This is apparently breaking N5, so reverting for now. This reverts commit a794f86522f9125f2547c94ebc7c74d1e7ace013. Bug: 15709256 Change-Id: I37a5160eead17e153e2c83fa94632ffa5d8553c2
Diffstat (limited to 'fs_mgr/include')
-rw-r--r--fs_mgr/include/fs_mgr.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/fs_mgr/include/fs_mgr.h b/fs_mgr/include/fs_mgr.h
index b8bb5aa..835cf64 100644
--- a/fs_mgr/include/fs_mgr.h
+++ b/fs_mgr/include/fs_mgr.h
@@ -24,11 +24,6 @@
extern "C" {
#endif
-/*
- * The entries must be kept in the same order as they were seen in the fstab.
- * Unless explicitly requested, a lookup on mount point should always
- * return the 1st one.
- */
struct fstab {
int num_entries;
struct fstab_rec *recs;