Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5c5a41be authored by Steve French's avatar Steve French
Browse files

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: default avatarSteve French <smfrench@gmail.com>
parent fe048402
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -114,6 +114,8 @@ static void cifs_debug_tcon(struct seq_file *m, struct cifs_tcon *tcon)
		seq_printf(m, " type: %d ", dev_type);
		seq_printf(m, " type: %d ", dev_type);
	if (tcon->seal)
	if (tcon->seal)
		seq_printf(m, " Encrypted");
		seq_printf(m, " Encrypted");
	if (tcon->nocase)
		seq_printf(m, " nocase");
	if (tcon->unix_ext)
	if (tcon->unix_ext)
		seq_printf(m, " POSIX Extensions");
		seq_printf(m, " POSIX Extensions");
	if (tcon->ses->server->ops->dump_share_caps)
	if (tcon->ses->server->ops->dump_share_caps)