From patchwork Mon Jun 4 13:27:50 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tim Gardner X-Patchwork-Id: 162798 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id 87ADDB6F9D for ; Mon, 4 Jun 2012 23:29:17 +1000 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1SbXLH-0005z1-RB; Mon, 04 Jun 2012 13:29:07 +0000 Received: from mail.tpi.com ([70.99.223.143]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1SbXLF-0005yv-S3 for kernel-team@lists.ubuntu.com; Mon, 04 Jun 2012 13:29:06 +0000 Received: from [10.0.2.6] (host-174-45-43-11.hln-mt.client.bresnan.net [174.45.43.11]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mail.tpi.com (Postfix) with ESMTP id B6C3B320DC1; Mon, 4 Jun 2012 06:28:54 -0700 (PDT) Message-ID: <4FCCB7D6.9060902@canonical.com> Date: Mon, 04 Jun 2012 07:27:50 -0600 From: Tim Gardner User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1 MIME-Version: 1.0 To: Stefan Bader Subject: APPLIED: [delta review] Status of dm-raid45 References: <4FCCABB9.1070800@canonical.com> In-Reply-To: <4FCCABB9.1070800@canonical.com> X-Enigmail-Version: 1.5pre Cc: Ubuntu Kernel Team X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.13 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com From 6a1ca20a7d76ff41347f7b69acc8ed19fd0591cd Mon Sep 17 00:00:00 2001 From: Tim Gardner Date: Mon, 4 Jun 2012 07:25:20 -0600 Subject: [PATCH] UBUNTU: [Config] Enable dm-raid45 https://lists.ubuntu.com/archives/kernel-team/2012-June/020541.html Signed-off-by: Tim Gardner Acked-by: Stefan Bader --- ubuntu/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu/Makefile b/ubuntu/Makefile index 66bbdf6..997d9b9 100644 --- a/ubuntu/Makefile +++ b/ubuntu/Makefile @@ -12,7 +12,7 @@ ## ## ## -#obj-$(CONFIG_DM_RAID45) += dm-raid4-5/ +obj-$(CONFIG_DM_RAID45) += dm-raid4-5/ ## ## ## -- 1.7.9.5