platform_system_core/fs_mgr
Sandeep Patil be4302bf58 Respect that status property when parsing fstab from device tree
For an fstab entry in device tree, fs_mgr now honors the status property
as done by linux. i.e. the node (in this case, the fstab entry) is
enabled if status is not set, "ok" or "okay". For every other value, the
node is considered as disabled.

Bug: 62127741
Test: Test sailfish w/ no status property, result: boots
Test: Test with status = "disabled", result: skips mounting /vendor
Test: Test with status = "ok", result: boots

Change-Id: I5ff8f710de2c54afc76b4af28108ca9075357ad1
Signed-off-by: Sandeep Patil <sspatil@google.com>
2017-05-26 18:09:06 -07:00
..
include first stage mount: removing the requirement of by-name prefix for AVB 2017-05-15 16:49:37 +08:00
.clang-format Fix-up coding style 2017-02-18 12:33:36 +08:00
Android.mk fs_mgr: make is_device_secure() work even in the absence of properties. 2017-02-27 12:46:18 -08:00
fs_mgr.cpp fs_mgr: fix SIGSEGV when ostream << nullptr 2017-05-25 00:25:24 +08:00
fs_mgr_avb.cpp first stage mount: removing the requirement of by-name prefix for AVB 2017-05-15 16:49:37 +08:00
fs_mgr_avb_ops.cpp first stage mount: removing the requirement of by-name prefix for AVB 2017-05-15 16:49:37 +08:00
fs_mgr_boot_config.cpp fs_mgr: change the log level in fs_mgr_get_boot_config() 2017-03-28 21:28:53 -07:00
fs_mgr_dm_ioctl.cpp Fix-up coding style 2017-02-18 12:33:36 +08:00
fs_mgr_format.cpp fs_mgr: Switch to LOG()/PLOG() defined in <android-base/logging.h> 2017-01-26 21:47:55 +08:00
fs_mgr_fstab.cpp Respect that status property when parsing fstab from device tree 2017-05-26 18:09:06 -07:00
fs_mgr_main.cpp fs_mgr: Switch to LOG()/PLOG() defined in <android-base/logging.h> 2017-01-26 21:47:55 +08:00
fs_mgr_priv.h fs_mgr: support AVB in fs_mgr_update_verity_state() 2017-04-14 21:53:49 +08:00
fs_mgr_priv_avb_ops.h first stage mount: removing the requirement of by-name prefix for AVB 2017-05-15 16:49:37 +08:00
fs_mgr_priv_boot_config.h early_mount: fs_mgr: move all fstab logic into fs_mgr 2017-02-23 16:48:43 -08:00
fs_mgr_priv_dm_ioctl.h Fix-up coding style 2017-02-18 12:33:36 +08:00
fs_mgr_priv_sha.h fs_mgr_avb: refactors how vbmeta is loaded 2017-04-14 21:50:55 +08:00
fs_mgr_slotselect.cpp fs_mgr: adding fs_mgr_get_slot_suffix() public API 2017-04-14 21:49:33 +08:00
fs_mgr_verity.cpp fs_mgr_verity: fix androidboot.veritymode=enforcing doesn't work 2017-05-09 09:02:55 +08:00