From patchwork Tue Sep 8 13:26:25 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shirish Pargaonkar X-Patchwork-Id: 33130 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 8922DB6F1E for ; Tue, 8 Sep 2009 23:26:33 +1000 (EST) Received: from fn.samba.org (localhost [127.0.0.1]) by lists.samba.org (Postfix) with ESMTP id 8620EAD0DC; Tue, 8 Sep 2009 07:15:55 -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-f191.google.com (mail-yw0-f191.google.com [209.85.211.191]) by lists.samba.org (Postfix) with ESMTP id A495DACFF4 for ; Tue, 8 Sep 2009 07:15:49 -0600 (MDT) Received: by ywh29 with SMTP id 29so4846587ywh.23 for ; Tue, 08 Sep 2009 06:26:26 -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; bh=PhHQHQ2r23GVTTyV7OIhJqrIhbu09Ao3BvEmMv2ndy0=; b=JY+bnU2ifaMuArfwarYWpr2QgeyJCpzMpjxHBeg3lCNv7epu2xy1he9gb5EqhfREPE oKIEsrhj6PEuzSco833P/Hx4p+iLYZrM3UK8xX89vmGABruIwV6oMjOsdvs80guMZV/K UaEXBxsnH3FCnp0pGdDN2fj0/s/FqdV8Hcus4= 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; b=AAizYP0uPZlbOhFhVQe62CSrfq17sUxNOHb+owBh/22iZmrb8YOTOqgGaWWWKhnTm8 ZIH3njNeVMufvP+clHd+EsrFqfOx/JzRczNRSXx5ErRF/WmUzUQA4OQesiKiEtdD9ARh 7fYYB5OPOx5BJDh6jG4qIaHklxsUCVBtttTtg= MIME-Version: 1.0 Received: by 10.100.18.20 with SMTP id 20mr16847089anr.141.1252416385995; Tue, 08 Sep 2009 06:26:25 -0700 (PDT) In-Reply-To: <4a4634330908261355r28738a04gc9460c0561d3d9fb@mail.gmail.com> References: <4a4634330908261355r28738a04gc9460c0561d3d9fb@mail.gmail.com> Date: Tue, 8 Sep 2009 08:26:25 -0500 Message-ID: <4a4634330909080626m2b142d66lde9e0f29376ccc4f@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 Reposting the patch, hope the format looks correct. diff --git a/docs-xml/manpages-3/mount.cifs.8.xml b/docs-xml/manpages-3/mount.cifs.8.xml index 9383f3f..4f775e8 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. + +