From patchwork Tue Mar 31 13:33:39 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Boaz Harrosh X-Patchwork-Id: 6130031 Return-Path: X-Original-To: patchwork-linux-nvdimm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 00D6DBF4A6 for ; Tue, 31 Mar 2015 13:33:47 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 33C60201ED for ; Tue, 31 Mar 2015 13:33:46 +0000 (UTC) Received: from ml01.01.org (ml01.01.org [198.145.21.10]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 4BBB9201E4 for ; Tue, 31 Mar 2015 13:33:45 +0000 (UTC) Received: from ml01.vlan14.01.org (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 2BA9680D31; Tue, 31 Mar 2015 06:33:45 -0700 (PDT) X-Original-To: linux-nvdimm@ml01.01.org Delivered-To: linux-nvdimm@ml01.01.org Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 3BCB680D20 for ; Tue, 31 Mar 2015 06:33:43 -0700 (PDT) Received: by wiaa2 with SMTP id a2so26269304wia.0 for ; Tue, 31 Mar 2015 06:33:41 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=FxSLQ408OeNWDsDn6pHc3fGezjMIJw9PCIa3svysYdc=; b=ikf6phftNbtw8Z9kS39zq3cyiezYwXoZPpG65+0RXQkTYFyEaMu6/IhnQ9Ytdu5RbW 912e0vkN4HDAF9rNxzGMnljRqa7elJ+ioh13MVOjJ2Zq7zXgt8UB5lcsLDmEt1inKlDj 4JZ8T7l9TPD/eh/7AlJfHRpVJBd2QIPmI9nl/2c9ujNaerB25xo8jAz9Gx6cvk64XS/U fY7Qi/yqOyEm7PyD+4yFqyNDy4/33NIo3UpeDr9uEyA1w6mdZOzMXk6FICIhW3iyHJHw FBEzZh+HAvmg40tRtpyyxeIVfQEcAiJdndBlOQaWoqiZ7O7YQaNAvdHdAhIFto0CQLKf GACw== X-Gm-Message-State: ALoCoQmvDtDs044pMOzNLeJYE/MipEgcJ6oeOaKZnf+Hv6vrBUcmjyLf1zSVkXbVpVoLJUmWTG7/ X-Received: by 10.194.156.133 with SMTP id we5mr75281453wjb.37.1427808821781; Tue, 31 Mar 2015 06:33:41 -0700 (PDT) Received: from [10.0.0.5] ([207.232.55.62]) by mx.google.com with ESMTPSA id pm6sm20970698wic.20.2015.03.31.06.33.40 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 31 Mar 2015 06:33:40 -0700 (PDT) Message-ID: <551AA233.2070307@plexistor.com> Date: Tue, 31 Mar 2015 16:33:39 +0300 From: Boaz Harrosh User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Christoph Hellwig References: <1427358764-6126-1-git-send-email-hch@lst.de> <55143A8B.2060304@plexistor.com> <20150331092526.GA25958@lst.de> <551A9EB3.8000605@plexistor.com> In-Reply-To: <551A9EB3.8000605@plexistor.com> Cc: axboe@kernel.dk, linux-nvdimm@ml01.01.org, x86@kernel.org, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: [Linux-nvdimm] [PATCH 6/6] SQUASHME: pmem: Remove "... based on brd.c" + Copyright X-BeenThere: linux-nvdimm@lists.01.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Linux-nvdimm developer list." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: linux-nvdimm-bounces@lists.01.org Sender: "Linux-nvdimm" X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The driver is no longer similar to brd.c. Christoph completely changed the 2nd half of the patch and I completely removed the 1st half. pmem is its own thing. Also added Copyright of Christoph and me. Feel free to remove if it is not so. Signed-off-by: Boaz Harrosh --- drivers/block/pmem.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/block/pmem.c b/drivers/block/pmem.c index 508c9a8..9ecdb79 100644 --- a/drivers/block/pmem.c +++ b/drivers/block/pmem.c @@ -1,6 +1,8 @@ /* * Persistent Memory Driver * Copyright (c) 2014, Intel Corporation. + * Copyright (c) 2015, Christoph Hellwig . + * Copyright (c) 2015, Boaz Harrosh . * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, @@ -10,10 +12,6 @@ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for * more details. - * - * This driver is heavily based on drivers/block/brd.c. - * Copyright (C) 2007 Nick Piggin - * Copyright (C) 2007 Novell Inc. */ #include