mount: fix/improve unmounting log messages
authorRafał Miłecki <rafal@milecki.pl>
Mon, 12 Feb 2018 10:19:42 +0000 (11:19 +0100)
committerRafał Miłecki <rafal@milecki.pl>
Mon, 12 Feb 2018 10:24:09 +0000 (11:24 +0100)
commitbf7cc330196d76786a25da3a67b9c1e94b1126ea
tree5a6cb8333e51df9728893d1203012b284ed7dee9
parent36f91971b00f9f57875307b99a0f13b339a66baa
mount: fix/improve unmounting log messages

The message in mount_dev_del() had a typo and was printing non-existing
directory:
1) mount->dev is valid for /tmp/run/mountd/
2) mount->name is valid for uci_path (e.g. /tmp/mounts/)
The old message was mixing /tmp/run/mountd/ with mount->name.

While at it change mount_remove() to match updated mount_dev_del().

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
mount.c