Re: [PATCH] cifs: show 'soft' in the mount options for !hard mounts

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



No option on stable.

It is a trivial but purely cosmetic patch.  Probably not worth the effort to post to stable.


----- Original Message -----
From: "Steve French" <smfrench@xxxxxxxxx>
To: "Ronnie Sahlberg" <lsahlber@xxxxxxxxxx>
Cc: "linux-cifs" <linux-cifs@xxxxxxxxxxxxxxx>
Sent: Wednesday, 20 September, 2017 1:22:11 PM
Subject: Re: [PATCH] cifs: show 'soft' in the mount options for !hard mounts

Opinions on stable?

On Sep 19, 2017 8:09 PM, "Ronnie Sahlberg" <lsahlber@xxxxxxxxxx> wrote:

> Signed-off-by: Ronnie Sahlberg <lsahlber@xxxxxxxxxx>
> ---
>  fs/cifs/cifsfs.c | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/fs/cifs/cifsfs.c b/fs/cifs/cifsfs.c
> index 180b3356ff86..a864e6575309 100644
> --- a/fs/cifs/cifsfs.c
> +++ b/fs/cifs/cifsfs.c
> @@ -461,6 +461,8 @@ cifs_show_options(struct seq_file *s, struct dentry
> *root)
>                 seq_puts(s, ",nocase");
>         if (tcon->retry)
>                 seq_puts(s, ",hard");
> +       else
> +               seq_puts(s, ",soft");
>         if (tcon->use_persistent)
>                 seq_puts(s, ",persistenthandles");
>         else if (tcon->use_resilient)
> --
> 2.13.3
>
>
--
To unsubscribe from this list: send the line "unsubscribe linux-cifs" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux