> From: Kari Hurtta <hurtta+gmane@xxxxxxxxxxxx> > Subject: [linux-cifs-client] Re: add parsing to cifs mount option for > mounting to shares which support transport encryption > "Steve French" <smfrench@xxxxxxxxx> writes in gmane.linux.file-systems: > >> + if (cifs_sb->tcon->seal) >> + seq_printf(s, ",seal"); >> + seq_printf(s, ",nocase"); > > Something wrong? Indentation or { } ? There was a missing line - thanks for noticing that. I also added one more seq_printf to cifs_show_options for the remaining tcon boolean when "hard" mount option specified. -- Thanks, Steve -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html