commit | 62aeb16e1d89959893d29ba529a00703c5451000 | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Fri Aug 24 16:24:37 2018 -0700 |
committer | Mark Salyzyn <salyzyn@google.com> | Tue Aug 28 13:32:08 2018 -0700 |
tree | e995b22cef24e654e33c8aad4e1bfb6b289da91c | |
parent | 065cdf322f451ab58ac37a7d8224b7b77fefb4ba [diff] |
fs_mgr: overlayfs skip mount points that are more specific This is an optimization to limit us to an optimal set of overlay mounts. If an entry is identical or more specific (eg: /vendor is less specific than /vendor/firmware_file), then no need to craft an override for it. We do the check in the setup and mount_all paths. Test: confirm on devices with more specific mounts they do not get override Bug: 109821005 Change-Id: If34775455fc7989903f70bc4f075c948db91ce37