umount: ignore -c
authorShawn Landden <slandden@gmail.com>
Mon, 8 Jan 2018 12:31:58 +0000 (13:31 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 8 Jan 2018 12:31:58 +0000 (13:31 +0100)
commit426134128112738c97a665170b21153ef0764b7d
treed5694aa1108b17b050756dd22aacb1e6896f30ab
parent2f55404bbc7f56deca193995b7c373d129297a94
umount: ignore -c

"-c, --no-canonicalize: Do not canonicalize paths."

As busybox doesn't canonicalize paths in the first place it is safe to ignore
this option.

See https://github.com/systemd/systemd/issues/7786

Signed-off-by: Shawn Landden <slandden@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
util-linux/umount.c