From mboxrd@z Thu Jan 1 00:00:00 1970 From: Boaz Harrosh Subject: Re: [PATCH] SQUASHME: pmem: Add MODULE_ALIAS Date: Thu, 11 Sep 2014 14:44:32 +0300 Message-ID: <54118B20.9070701@plexistor.com> References: <1409173922-7484-1-git-send-email-ross.zwisler@linux.intel.com> <540F1EC6.4000504@plexistor.com> <54108F64.9080201@plexistor.com> <1410376957.23970.4.camel@rzwisler-mobl1.amr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Jens Axboe , Matthew Wilcox , linux-fsdevel , linux-nvdimm@lists.01.org To: Ross Zwisler Return-path: Received: from mail-pa0-f45.google.com ([209.85.220.45]:50691 "EHLO mail-pa0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754565AbaIKLok (ORCPT ); Thu, 11 Sep 2014 07:44:40 -0400 Received: by mail-pa0-f45.google.com with SMTP id rd3so9119566pab.4 for ; Thu, 11 Sep 2014 04:44:40 -0700 (PDT) In-Reply-To: <1410376957.23970.4.camel@rzwisler-mobl1.amr.corp.intel.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On 09/10/2014 10:22 PM, Ross Zwisler wrote: <> >> +MODULE_ALIAS("pmem"); > > Umm...but the module is *already* named pmem? > > Let's not set up an alias that is the same as our real name for code that > isn't written yet? > OK Cool you are right, please drop for now > - Ross Thanks Boaz