]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/mount/mount-tool.c
systemd-mount: support unmounting loop devices by backing files (#6211)
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 28 Jun 2017 18:19:38 +0000 (03:19 +0900)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 28 Jun 2017 18:19:38 +0000 (14:19 -0400)
commit6f6165bf7dbd772e48fe0c8fbecbaa448b3d3bdc
treec56fa7e1d6e07f65c4f36f98612452305a1cc691
parent0d787d5ff812bc038384ff39f8b1d64f6c2ed13f
systemd-mount: support unmounting loop devices by backing files (#6211)

This makes `systemd-umount` or `systemd-mount -u` support unmounting
loop devices by the corresponding backing files, like
`systemd-mount --umount /tmp/foo.img /tmp/bar.img`

Fixes #6206.
man/systemd-mount.xml
src/mount/mount-tool.c