From patchwork Thu Apr 17 20:32:45 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vasily Tarasov X-Patchwork-Id: 4082881 Return-Path: X-Original-To: patchwork-dm-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 83AE6BFF02 for ; Mon, 28 Apr 2014 22:10:16 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id B7C77201EC for ; Mon, 28 Apr 2014 22:10:15 +0000 (UTC) Received: from mx6-phx2.redhat.com (mx6-phx2.redhat.com [209.132.183.39]) by mail.kernel.org (Postfix) with ESMTP id 92208201BC for ; Mon, 28 Apr 2014 22:10:14 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by mx6-phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s3SM7vaW027349; Mon, 28 Apr 2014 18:07:57 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id s3SM6Nc1007923 for ; Mon, 28 Apr 2014 18:06:23 -0400 Received: from mx1.redhat.com (ext-mx12.extmail.prod.ext.phx2.redhat.com [10.5.110.17]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s3SM6NlQ007206 for ; Mon, 28 Apr 2014 18:06:23 -0400 Received: from mail-qg0-f43.google.com (mail-qg0-f43.google.com [209.85.192.43]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s3SM6Llj024572 for ; Mon, 28 Apr 2014 18:06:22 -0400 Received: by mail-qg0-f43.google.com with SMTP id a108so7759628qge.30 for ; Mon, 28 Apr 2014 15:06:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:sender:from:date:subject:to:cc; bh=4sKwd31Qt9S2cUUf0D2Bm2hZehfisGsO0nFQiL3taeI=; b=pR0kGzbDfyrWBMec8NX7zb6OhBtn2A5lz2CHIlp+dRIYYyoIGtddnF2onO4IsNaVYw 27qsr0fC08Ra0OT78Bq1YeIMNilfWX2z0qsMnFQHXMw1bIdWJKWip1KJ0PN1ypNStmbZ glHz/7hiAVIQ8929UapTLSm6WylV6L+JvASDEFR7ikMSCAEle07gkZuUOyHL5vBVMUj0 GfXPR126bshMEf8yMY+BWsSqwr6aFAQsTtTTr4U9SQqCBGAhrdf9hbsHkabVDUUCHv6L D3KopU25YvLgpZdVFwiD9wcOjriw07NcKJ0AQUF1QCd4wzWpPiI0IH/mVq4A6FvnTxAh kfSQ== X-Received: by 10.140.29.34 with SMTP id a31mr12979529qga.95.1398722781495; Mon, 28 Apr 2014 15:06:21 -0700 (PDT) Received: from localhost (ool-18e4aba6.dyn.optonline.net. [24.228.171.166]) by mx.google.com with ESMTPSA id b17sm35568570qaq.25.2014.04.28.15.06.20 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 28 Apr 2014 15:06:20 -0700 (PDT) Message-ID: <535ed0dc.d171e00a.7699.3b85@mx.google.com> From: Vasily Tarasov Date: Thu, 17 Apr 2014 16:32:45 -0400 To: dm-devel@redhat.com X-RedHat-Spam-Score: 1.346 * (BAYES_00, DATE_IN_PAST_96_XX, DCC_REPUT_00_12, DKIM_SIGNED, DKIM_VALID, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_PASS, URIBL_BLOCKED) X-Scanned-By: MIMEDefang 2.68 on 10.5.11.27 X-Scanned-By: MIMEDefang 2.68 on 10.5.110.17 X-loop: dm-devel@redhat.com Cc: Christoph Hellwig , Philip Shilane , Sonam Mandal , Erez Zadok Subject: [dm-devel] [PATCH RFC 07/10] dm-dedup: Makefile changes 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: , MIME-Version: 1.0 Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com X-Spam-Status: No, score=1.0 required=5.0 tests=BAYES_00, DATE_IN_PAST_96_XX, DKIM_SIGNED, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=no 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 Changes to the Makefile. Signed-off-by: Vasily Tarasov --- drivers/md/Makefile | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/md/Makefile b/drivers/md/Makefile index f26d832..1af205d 100644 --- a/drivers/md/Makefile +++ b/drivers/md/Makefile @@ -14,6 +14,7 @@ dm-thin-pool-y += dm-thin.o dm-thin-metadata.o dm-cache-y += dm-cache-target.o dm-cache-metadata.o dm-cache-policy.o dm-cache-mq-y += dm-cache-policy-mq.o dm-cache-cleaner-y += dm-cache-policy-cleaner.o +dm-dedup-y += dm-dedup-target.o dm-dedup-hash.o dm-dedup-rw.o dm-dedup-cbt.o dm-dedup-ram.o md-mod-y += md.o bitmap.o raid456-y += raid5.o @@ -53,6 +54,7 @@ obj-$(CONFIG_DM_VERITY) += dm-verity.o obj-$(CONFIG_DM_CACHE) += dm-cache.o obj-$(CONFIG_DM_CACHE_MQ) += dm-cache-mq.o obj-$(CONFIG_DM_CACHE_CLEANER) += dm-cache-cleaner.o +obj-$(CONFIG_DM_DEDUP) += dm-dedup.o ifeq ($(CONFIG_DM_UEVENT),y) dm-mod-objs += dm-uevent.o