]> git.ipfire.org Git - thirdparty/util-linux.git/commit
umount, losetup: Document loop destroy behavior
authorStanislav Brabec <sbrabec@suse.cz>
Wed, 19 Jun 2024 15:31:34 +0000 (17:31 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 20 Jun 2024 10:19:23 +0000 (12:19 +0200)
commitfc67f18be51f57ee9a59a0f8f7ad16f284a24a3e
tree6647fc05fe3f1b32b64184881551d74a8b936550
parent6850e89e5b0b35e7bfe90915e56bd598c25f0b10
umount, losetup: Document loop destroy behavior

The loop device detach runs asynchronously in the background. It can cause
unexpected errors. Document the possible existence of the loop device after
exit of losetup -d or umount and need of "udevadm settle".

Signed-off-by: Stanislav Brabec <sbrabec@suse.cz>
sys-utils/losetup.8.adoc
sys-utils/umount.8.adoc