From 6d56251220954f4937c9fafbcdb427d4aa50d330 Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Fri, 2 Aug 2019 19:39:05 +0100 Subject: 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 --- tests/expected/misc/mountpoint | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/expected/misc/mountpoint (limited to 'tests/expected') diff --git a/tests/expected/misc/mountpoint b/tests/expected/misc/mountpoint new file mode 100644 index 000000000..e7c20cd25 --- /dev/null +++ b/tests/expected/misc/mountpoint @@ -0,0 +1,9 @@ +default +./symlink-to-root is a mountpoint +0 +try --nofollow +./symlink-to-root is not a mountpoint +1 +mutually exclusive +mountpoint: --devno and --nofollow are mutually exclusive +1 -- cgit v1.2.3-55-g7522