From: Rafał Miłecki Date: Mon, 12 Feb 2018 10:19:42 +0000 (+0100) Subject: mount: fix/improve unmounting log messages X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fmountd.git;a=commitdiff_plain;h=bf7cc330196d76786a25da3a67b9c1e94b1126ea;hp=bf7cc330196d76786a25da3a67b9c1e94b1126ea 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 ---