From patchwork Wed Sep 9 03:39:19 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shirish Pargaonkar X-Patchwork-Id: 33152 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.samba.org (fn.samba.org [216.83.154.106]) by bilbo.ozlabs.org (Postfix) with ESMTP id 2C894B7088 for ; Wed, 9 Sep 2009 13:39:28 +1000 (EST) Received: from fn.samba.org (localhost [127.0.0.1]) by lists.samba.org (Postfix) with ESMTP id AB53DAD0F2; Tue, 8 Sep 2009 21:28:48 -0600 (MDT) X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on fn.samba.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.8 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.2.5 X-Original-To: linux-cifs-client@lists.samba.org Delivered-To: linux-cifs-client@lists.samba.org Received: from mail-yw0-f175.google.com (mail-yw0-f175.google.com [209.85.211.175]) by lists.samba.org (Postfix) with ESMTP id 05B32AD099 for ; Tue, 8 Sep 2009 21:28:41 -0600 (MDT) Received: by ywh5 with SMTP id 5so5422287ywh.4 for ; Tue, 08 Sep 2009 20:39:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=aA6ibnO7h0lVuxH0J4fdPezrfh6ZFbEDiihuIwPDBDU=; b=Xjme+6bbTO5ggmZxRXKs5zZ/TmuSHmX30yyMH/erN+U7vOyeK2vOwufnnVM7aFgeqS XuNVGQiORm7dl3yh8qDyHelHjAXlK8YV/ASC+JeZ8jrZqTmM7YdKr1+rFvjcmTKRbLQT E4Zh+4Zvdk5uyGWqCChQrgEfrB3NbuI3jvt10= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=dX8P51n2Qe2Gxy6at+UXHjA3zS6sQj8gRO8n2rrxfX6DoXHU9X0lXbrHGmnfJTY3q2 WQIWwkZrzT0ZJmBElVjQgfdeATXWAYX0Aa4UrMPFq4yhCAy0/dUnClWHt0h+/PBG/WjA bWVoCpK/OpMx/CIShZJug+R2s+H+RDPz7vhEY= MIME-Version: 1.0 Received: by 10.101.50.19 with SMTP id c19mr17553765ank.197.1252467559553; Tue, 08 Sep 2009 20:39:19 -0700 (PDT) In-Reply-To: <4a4634330909080626m2b142d66lde9e0f29376ccc4f@mail.gmail.com> References: <4a4634330908261355r28738a04gc9460c0561d3d9fb@mail.gmail.com> <4a4634330909080626m2b142d66lde9e0f29376ccc4f@mail.gmail.com> Date: Tue, 8 Sep 2009 22:39:19 -0500 Message-ID: <4a4634330909082039p1ad8afc9k21b542116c7eff1c@mail.gmail.com> From: Shirish Pargaonkar To: linux-cifs-client@lists.samba.org Subject: Re: [linux-cifs-client] [patch] add info about how to obtain cifs module in cifs mount heleper manpages X-BeenThere: linux-cifs-client@lists.samba.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: The Linux CIFS VFS client List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-cifs-client-bounces@lists.samba.org Errors-To: linux-cifs-client-bounces@lists.samba.org One more attempt. --- docs-xml/manpages-3/mount.cifs.8.xml | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/docs-xml/manpages-3/mount.cifs.8.xml b/docs-xml/manpages-3/mount.cifs.8.xml index 6810653..d00c19b 100644 --- a/docs-xml/manpages-3/mount.cifs.8.xml +++ b/docs-xml/manpages-3/mount.cifs.8.xml @@ -62,6 +62,14 @@ kernel log. the mounted resource is unmounted (usually via the umount utility). + + mount.cifs -V command displays the version of cifs mount helper. + + + + modinfo cifs command displays the version of cifs module. + +