From: Sebastian Krzyszkowiak Date: Wed, 2 Nov 2022 18:08:07 +0000 (+0100) Subject: helpers/mount: Check for failed umounts only umounting the whole list X-Git-Tag: 1.4.0~51 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/commitdiff_plain/4660f35884893fd69a0b1379c0af687d1e9eda66?hp=4660f35884893fd69a0b1379c0af687d1e9eda66 helpers/mount: Check for failed umounts only umounting the whole list Otherwise we raise bogus RuntimeErrors on paths with multiple mount points, which may be desired - for example when using overlayfs. ---