Merge "Ignore functionfs mounts." am: 362a41a4f6

Change-Id: I11933d177368f9255c11a9f3cd5dfb2a541b0a9d
This commit is contained in:
Bill Peckham 2020-04-02 23:07:53 +00:00 committed by Automerger Merge Worker
commit 300333e210

View file

@ -732,6 +732,7 @@ skip_administrative_mounts() {
grep -v \
-e "^\(overlay\|tmpfs\|none\|sysfs\|proc\|selinuxfs\|debugfs\|bpf\) " \
-e "^\(binfmt_misc\|cg2_bpf\|pstore\|tracefs\|adb\|mtp\|ptp\|devpts\) " \
-e " functionfs " \
-e "^\(/data/media\|/dev/block/loop[0-9]*\) " \
-e "^rootfs / rootfs rw," \
-e " /\(cache\|mnt/scratch\|mnt/vendor/persist\|persist\|metadata\) "