Re: [PATCH] samples/auto.net: Remove mentioning of nonstrict option in comment
Ian Kent <[email protected]>
| Newsgroups | org.kernel.vger.autofs |
|---|---|
| Message-ID | <[email protected]> |
Hi Salvatore,
Just to let you know I have seen your patches and I'll get to them soon.
They look fine at first glance anyway so there shouldn't be any problem.
Ian
On 13/9/24 04:11, Salvatore Bonaccorso wrote:
> Since 8e7823c2a317 ("Make nonstrict the default for multi-mount map
> entries.") 'nonstrict' is the default for for multi-mount map entries
> and the '-strict' option was introduced in autofs(5).
>
> Link: https://bugs.debian.org/603091
> 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..5635c4344b3f 100755
> --- a/samples/auto.net
> +++ b/samples/auto.net
> @@ -8,7 +8,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"
>
> for P in /bin /sbin /usr/bin /usr/sbin