diff --git a/fs/cifs/cifs_debug.c b/fs/cifs/cifs_debug.c index 842b198d851625e6369e61eeedc66a0d9205f4fc..3985dc409bbdd9ff85b03f577c24ec41a850eaba 100644 --- a/fs/cifs/cifs_debug.c +++ b/fs/cifs/cifs_debug.c @@ -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)