From patchwork Fri Jul 30 10:00:59 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Suresh Jayaraman X-Patchwork-Id: 115443 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 o6UA16d1013255 for ; Fri, 30 Jul 2010 10:01:06 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753152Ab0G3KBG (ORCPT ); Fri, 30 Jul 2010 06:01:06 -0400 Received: from cantor.suse.de ([195.135.220.2]:50717 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752726Ab0G3KBF (ORCPT ); Fri, 30 Jul 2010 06:01:05 -0400 Received: from relay2.suse.de (charybdis-ext.suse.de [195.135.221.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.suse.de (Postfix) with ESMTP id 412EB93717; Fri, 30 Jul 2010 12:01:04 +0200 (CEST) Message-ID: <4C52A2DB.5070904@suse.de> Date: Fri, 30 Jul 2010 15:30:59 +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: Steve French Cc: Jeff Layton , linux-cifs@vger.kernel.org Subject: [RFC][PATCH 2/2] cifs: add information about 'features' file to README 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]); Fri, 30 Jul 2010 10:01:07 +0000 (UTC) diff --git a/fs/cifs/README b/fs/cifs/README index a727b7c..ac03fcf 100644 --- a/fs/cifs/README +++ b/fs/cifs/README @@ -636,7 +636,9 @@ cifsFYI If set to non-zero value, additional debug information log slow responses (ie which take longer than 1 second) CONFIG_CIFS_STATS2 must be enabled in .config 0x04 - +features Displays information about the compiled in CIFS + features of the running kernel. + traceSMB If set to one, debug information is logged to the system error log with the start of smb requests and responses (default 0)