提交 5c5a41be 编写于 作者: S Steve French

cifs: add debug output to show nocase mount option

For smb1 nocase can be specified on mount.  Allow displaying it
in debug data.
Signed-off-by: NSteve French <smfrench@gmail.com>
上级 fe048402
......@@ -114,6 +114,8 @@ static void cifs_debug_tcon(struct seq_file *m, struct cifs_tcon *tcon)
seq_printf(m, " type: %d ", dev_type);
if (tcon->seal)
seq_printf(m, " Encrypted");
if (tcon->nocase)
seq_printf(m, " nocase");
if (tcon->unix_ext)
seq_printf(m, " POSIX Extensions");
if (tcon->ses->server->ops->dump_share_caps)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册