[PATCH] samples/auto.net: Remove mentioning of 'nosymlink' option
Salvatore Bonaccorso <[email protected]>
| Newsgroups | org.kernel.vger.autofs |
|---|---|
| Message-ID | <[email protected]> |
The 'nosymlink' option is deprecated since 61e6b979b441 ("autofs-5.0.7 -
depricate nosymlink pseudo option"). When using the 'nosymlink' option
we warn about its deprecation and to use 'nobind' instead. As such drop
the comment from the sample auto.net file.
Signed-off-by: Salvatore Bonaccorso <[email protected]>
---
samples/auto.net | 1 -
1 file changed, 1 deletion(-)
diff --git a/samples/auto.net b/samples/auto.net
index c5b145d545fc..dc7adf20d960 100755
--- a/samples/auto.net
+++ b/samples/auto.net
@@ -7,7 +7,6 @@
key="$1"
-# add "nosymlink" here if you want to suppress symlinking local filesystems
# add "nonstrict" to make it OK for some filesystems to not mount
opts="-fstype=nfs,hard,nodev,nosuid"
--
2.45.2