commit | c2ae951c7d6e51a8fc6db3c3f7be34064e94bd6e | [log] [tgz] |
---|---|---|
author | Yi-Yo Chiang <yochiang@google.com> | Mon Jun 03 21:49:24 2024 +0800 |
committer | Yi-Yo Chiang <yochiang@google.com> | Tue Jun 18 11:00:49 2024 +0000 |
tree | 4a705d0bb2001329943fe11306dc3abb7a3d5899 | |
parent | bc1fac5125da0bb0cd0aa0ed11f165e8ab97d08c [diff] |
fs_mgr_overlayfs: Don't preemptively change mount propagation type If the overlaid mount have no submount and is not submount of other mount, then we don't need to change its propagation type. This makes the remount process less disruptive as we create less fragmented mount namespaces. The general rule is still to always reboot after initial remount setup to get the most predictable result. Bug: 342967841 Test: adb_remount test Change-Id: I19ca62018149f1fa81186824a9d7f1c32d9d6008