mirror of https://gitee.com/openkylin/linux.git
cifs: show 'soft' in the mount options for hard mounts
Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com> Signed-off-by: Steve French <smfrench@gmail.com>
This commit is contained in:
parent
c721c38957
commit
6e82e929d9
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue