platform_system_core/fs_mgr
JP Abgrall 5c01dac6d8 fsmgr: support multiple fs-types/mountpoint
Previous attempt was broken.
It would incorrectly be affected by mount failures.

This changes allows an fstab to contain multiple lines for a given
mount point.
The lines sharing a mount MUST be after each other.

The 1st matching line is the primary when it comes to mounting
and look ups for wiping.

Mounting based on a mount_point will attempt each dup in turn
until one succeeds.
The reported error will be that of the last failed attempt.

This is to allow quick experimentation between different FSes.

Bug: 15702546
Change-Id: I378d68ad13eb0098ec1ccb8dcf108b82acbe9ebb
Signed-off-by: JP Abgrall <jpa@google.com>
2014-06-18 22:18:24 +00:00
..
include fsmgr: support multiple fs-types/mountpoint 2014-06-18 22:18:24 +00:00
Android.mk fs_mgr: turn on -Werror 2014-05-07 16:56:21 -07:00
fs_mgr.c fsmgr: support multiple fs-types/mountpoint 2014-06-18 22:18:24 +00:00
fs_mgr_fstab.c fsmgr: support multiple fs-types/mountpoint 2014-06-18 22:18:24 +00:00
fs_mgr_main.c Cleanup: warning fixit. 2014-04-11 16:15:46 -07:00
fs_mgr_priv.h Add force_encrypt flag to fstab to force encryption on appropriate devices 2014-04-04 11:07:27 -07:00
fs_mgr_priv_verity.h Add basic verity support to fs_mgr. 2013-08-06 22:15:58 -07:00
fs_mgr_verity.c am af0df46d: am e6246ca6: am 01ef52e1: Merge "fs_mgr: turn on -Werror" 2014-05-08 21:43:06 +00:00