From patchwork Fri Feb 11 23:12:44 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: babu moger X-Patchwork-Id: 551031 Received: from mx4-phx2.redhat.com (mx4-phx2.redhat.com [209.132.183.25]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p1BNEJCx022698 for ; Fri, 11 Feb 2011 23:14:40 GMT Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by mx4-phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p1BNBxVI006905; Fri, 11 Feb 2011 18:12:00 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p1BNBwTi024049 for ; Fri, 11 Feb 2011 18:11:58 -0500 Received: from mx1.redhat.com (ext-mx11.extmail.prod.ext.phx2.redhat.com [10.5.110.16]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p1BNBrYn015734 for ; Fri, 11 Feb 2011 18:11:53 -0500 Received: from na3sys009aog105.obsmtp.com (na3sys009aog105.obsmtp.com [74.125.149.75]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p1BNBiOD023389 for ; Fri, 11 Feb 2011 18:11:44 -0500 Received: from source ([192.19.220.66]) (using TLSv1) by na3sys009aob105.postini.com ([74.125.148.12]) with SMTP ID DSNKTVXCL4CoJCNI35GIHFDoSb+sZqQckk1P@postini.com; Fri, 11 Feb 2011 15:11:44 PST Received: from coshub01.lsi.com (135.142.2.64) by COSEDGE01.lsi.com (192.19.220.66) with Microsoft SMTP Server (TLS) id 8.3.137.0; Fri, 11 Feb 2011 16:12:10 -0700 Received: from cosmail01.lsi.com ([172.21.36.24]) by coshub01.lsi.com ([135.142.2.64]) with mapi; Fri, 11 Feb 2011 16:12:37 -0700 From: "Moger, Babu" To: "linux-scsi@vger.kernel.org" , "dm-devel@redhat.com" Date: Fri, 11 Feb 2011 16:12:44 -0700 Thread-Topic: [PATCH v2] scsi_dh_rdac : Adding MODULE VERSION for rdac device handler Thread-Index: AcvKQTCdJsxXLORMQ9iphAg7LhJTNg== Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US MIME-Version: 1.0 X-RedHat-Spam-Score: -2.3 (RCVD_IN_DNSWL_MED) X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 X-Scanned-By: MIMEDefang 2.68 on 10.5.110.16 X-MIME-Autoconverted: from quoted-printable to 8bit by lists01.pubmisc.prod.ext.phx2.redhat.com id p1BNBwTi024049 X-loop: dm-devel@redhat.com Subject: [dm-devel] [PATCH v2] scsi_dh_rdac : Adding MODULE VERSION for rdac device handler X-BeenThere: dm-devel@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk Reply-To: device-mapper development List-Id: device-mapper development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Fri, 11 Feb 2011 23:14:40 +0000 (UTC) --- linux-2.6.38-rc4-new/drivers/scsi/device_handler/scsi_dh_rdac.c.orig 2011-02-11 12:41:27.000000000 -0600 +++ linux-2.6.38-rc4-new/drivers/scsi/device_handler/scsi_dh_rdac.c 2011-02-11 16:48:11.000000000 -0600 @@ -906,4 +906,5 @@ module_exit(rdac_exit); MODULE_DESCRIPTION("Multipath LSI/Engenio RDAC driver"); MODULE_AUTHOR("Mike Christie, Chandra Seetharaman"); +MODULE_VERSION("01.00.0000.0000"); MODULE_LICENSE("GPL");