]> glassweightruler.freedombox.rocks Git - waydroid.git/commit
helpers/mount: Check for failed umounts only umounting the whole list
authorSebastian Krzyszkowiak <dos@dosowisko.net>
Wed, 2 Nov 2022 18:08:07 +0000 (19:08 +0100)
committerAlessandro Astone <ales.astone@gmail.com>
Thu, 12 Jan 2023 20:31:19 +0000 (21:31 +0100)
commit4660f35884893fd69a0b1379c0af687d1e9eda66
tree277eeb31d8a4315c71ac0e5c1fab58528404a745
parent27b99dd5c8cc79f792bf3c7f71d0088600c56546
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.
tools/helpers/mount.py