From patchwork Tue Jul 27 13:56:46 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Suresh Jayaraman X-Patchwork-Id: 114540 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.4/8.14.3) with ESMTP id o6RDur3w014179 for ; Tue, 27 Jul 2010 13:56:53 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754018Ab0G0N4x (ORCPT ); Tue, 27 Jul 2010 09:56:53 -0400 Received: from cantor2.suse.de ([195.135.220.15]:49407 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753871Ab0G0N4w (ORCPT ); Tue, 27 Jul 2010 09:56:52 -0400 Received: from relay1.suse.de (charybdis-ext.suse.de [195.135.221.2]) by mx2.suse.de (Postfix) with ESMTP id 0859887104; Tue, 27 Jul 2010 15:56:52 +0200 (CEST) Message-ID: <4C4EE59E.7050800@suse.de> Date: Tue, 27 Jul 2010 19:26:46 +0530 From: Suresh Jayaraman User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5) Gecko/20091130 SUSE/3.0.0-1.1.1 Thunderbird/3.0 MIME-Version: 1.0 To: Jeff Layton , Steve French Cc: linux-cifs@vger.kernel.org Subject: [PATCH] cifs: add 'fsc' mount option to the usage help text Sender: linux-cifs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-cifs@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Tue, 27 Jul 2010 13:56:53 +0000 (UTC) diff --git a/mount.cifs.c b/mount.cifs.c index c84e72d..2065f46 100644 --- a/mount.cifs.c +++ b/mount.cifs.c @@ -265,7 +265,7 @@ static int mount_cifs_usage(FILE * stream) fprintf(stream, "\n\tmapchars,nomapchars,nolock,servernetbiosname="); fprintf(stream, - "\n\tdirectio,nounix,cifsacl,sec=,sign"); + "\n\tdirectio,nounix,cifsacl,sec=,sign,fsc"); fprintf(stream, "\n\nOptions not needed for servers supporting CIFS Unix extensions"); fprintf(stream,