systemd-mount: support device names and multiple arguments for umount (#6096)
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 26 Jun 2017 20:07:07 +0000 (05:07 +0900)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 26 Jun 2017 20:07:07 +0000 (16:07 -0400)
commit9017f5d88d5061487de53f00a1a8c0a83e41e760
treead92d263c27d0f073de0020938b137d12aac7463
parent217f95db7be3eee6e2b3998cdfd2e86df2c2c66b
systemd-mount: support device names and multiple arguments for umount (#6096)

This makes systemd-umount (or systemd-mount -u) supports multiple arguments
which can be path, device, or fstab style node name, like
`systemd-umount /path/to/umount /dev/sda1 UUID=xxxxxx-xxxx LABEL=xxxxx`.

C.f. https://github.com/systemd/systemd/pull/5235#issuecomment-277731314.
man/systemd-mount.xml
src/mount/mount-tool.c