]> git.ipfire.org Git - thirdparty/util-linux.git/commit
mountpoint: add --nofollow option
authorSami Kerola <kerolasa@iki.fi>
Fri, 2 Aug 2019 18:39:05 +0000 (19:39 +0100)
committerSami Kerola <kerolasa@iki.fi>
Fri, 2 Aug 2019 18:39:05 +0000 (19:39 +0100)
commit6d56251220954f4937c9fafbcdb427d4aa50d330
treefae19fbb136d499e4a7bc1037a86c485847f5d7d
parent3661aab4cf7509b03f749477082553f4eee7dc0e
mountpoint: add --nofollow option

The no follow option will allow user to distinct mount points from symbolic
links pointing to them.  Arguably this is pretty pedantic option, mounting a
device or bind mount to a directory via symlink does not have or cause any
issues.

Addresses: https://github.com/karelzak/util-linux/issues/832
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
bash-completion/mountpoint
sys-utils/mountpoint.1
sys-utils/mountpoint.c
tests/expected/misc/mountpoint [new file with mode: 0644]
tests/ts/misc/mountpoint [new file with mode: 0755]