chiark / gitweb /
shutdown: in the final umount loop don't use MNT_FORCE
authorLennart Poettering <lennart@poettering.net>
Wed, 16 Jan 2013 02:51:56 +0000 (03:51 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 16 Jan 2013 03:03:57 +0000 (04:03 +0100)
commit0c08f5cde749bd2818475e487109cd0d413452df
treeae8ee5f5fc5d9121420b2d7897b260ffc7e67206
parentec76596cab6298ae1fb9d7cbe4ad56f175e87943
shutdown: in the final umount loop don't use MNT_FORCE

MNT_FORCE is honoured by NFS and FUSE and allows unmounting of the FS
even if consumers still use it. For our brute-force loop we rely on
EBUSY being reported as long as a file system is still used by a
loopback device or suchlike. Hence, drop MNT_FORCE to make EBUSY
reliable.
src/core/umount.c