From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Steve French" Subject: Re: [Fwd: linux-cifs-client Digest, Vol 54, Issue 21] Date: Mon, 19 May 2008 17:23:53 -0500 Message-ID: <524f69650805191523l7bc21d15mfec55ad98ab6ecfd@mail.gmail.com> References: <4831E81C.2000009@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: hurtta+gmane@siilo.fmi.fi To: linux-fsdevel Return-path: Received: from fg-out-1718.google.com ([72.14.220.155]:44180 "EHLO fg-out-1718.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753747AbYESWXy (ORCPT ); Mon, 19 May 2008 18:23:54 -0400 Received: by fg-out-1718.google.com with SMTP id 19so1802168fgg.17 for ; Mon, 19 May 2008 15:23:53 -0700 (PDT) In-Reply-To: <4831E81C.2000009@us.ibm.com> Content-Disposition: inline Sender: linux-fsdevel-owner@vger.kernel.org List-ID: > From: Kari Hurtta > Subject: [linux-cifs-client] Re: add parsing to cifs mount option for > mounting to shares which support transport encryption > "Steve French" 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