Browse Source

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>
Ronnie Sahlberg 8 years ago
parent
commit
6e82e929d9
1 changed files with 2 additions and 0 deletions
  1. 2 0
      fs/cifs/cifsfs.c

+ 2 - 0
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)