From patchwork Mon May 24 06:01:06 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leann Ogasawara X-Patchwork-Id: 53390 X-Patchwork-Delegate: leann.ogasawara@canonical.com 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 EFFB2B7D5C for ; Mon, 24 May 2010 16:01:16 +1000 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.69) (envelope-from ) id 1OGQit-00016u-4b; Mon, 24 May 2010 07:01:11 +0100 Received: from adelie.canonical.com ([91.189.90.139]) by chlorine.canonical.com with esmtp (Exim 4.69) (envelope-from ) id 1OGQir-00016f-S7 for kernel-team@lists.ubuntu.com; Mon, 24 May 2010 07:01:09 +0100 Received: from hutte.canonical.com ([91.189.90.181]) by adelie.canonical.com with esmtp (Exim 4.69 #1 (Debian)) id 1OGQir-000698-PY for ; Mon, 24 May 2010 07:01:09 +0100 Received: from c-76-105-148-120.hsd1.or.comcast.net ([76.105.148.120] helo=[192.168.1.4]) by hutte.canonical.com with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1OGQir-0006cM-DB for kernel-team@lists.ubuntu.com; Mon, 24 May 2010 07:01:09 +0100 Subject: [PATCH 1/6] UBUNTU: [Config] Enable CONFIG_CEPH_FS=m From: Leann Ogasawara To: kernel-team In-Reply-To: <1274680635.24569.3510.camel@emiko> References: <1274680635.24569.3510.camel@emiko> Date: Sun, 23 May 2010 23:01:06 -0700 Message-ID: <1274680866.24569.3519.camel@emiko> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.9 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 383f79463051eb1b2dad64d7ae34b1f156befcbb Mon Sep 17 00:00:00 2001 From: Leann Ogasawara Date: Sun, 23 May 2010 11:08:25 -0700 Subject: [PATCH 1/6] UBUNTU: [Config] Enable CONFIG_CEPH_FS=m Enable CONFIG_CEPH_FS=m for ports and ubuntu. Per our config selection criteria, "if the option creates a new subsystem (or filesystem) we will enable it". Ceph is an extremely scalable file system designed to provide high performance, reliable access to petabytes of storage. Signed-off-by: Leann Ogasawara --- debian.master/config/config.common.ports | 3 ++- debian.master/config/config.common.ubuntu | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian.master/config/config.common.ports b/debian.master/config/config.common.ports index ef881ea..9bff3f8 100644 --- a/debian.master/config/config.common.ports +++ b/debian.master/config/config.common.ports @@ -455,7 +455,8 @@ CONFIG_CBE_CPUFREQ_SPU_GOVERNOR=m CONFIG_CDROM_PKTCDVD=m CONFIG_CDROM_PKTCDVD_BUFFERS=8 # CONFIG_CDROM_PKTCDVD_WCACHE is not set -# CONFIG_CEPH_FS is not set +CONFIG_CEPH_FS=m +# CONFIG_CEPH_FS_PRETTYDEBUG is not set CONFIG_CFG80211=m CONFIG_CFG80211_DEBUGFS=y CONFIG_CFG80211_DEFAULT_PS=y diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu index 552f85f..150d5a2 100644 --- a/debian.master/config/config.common.ubuntu +++ b/debian.master/config/config.common.ubuntu @@ -523,7 +523,8 @@ CONFIG_CB710_DEBUG_ASSUMPTIONS=y CONFIG_CC_STACKPROTECTOR=y CONFIG_CDROM_PKTCDVD_BUFFERS=8 # CONFIG_CDROM_PKTCDVD_WCACHE is not set -# CONFIG_CEPH_FS is not set +CONFIG_CEPH_FS=m +# CONFIG_CEPH_FS_PRETTYDEBUG is not set CONFIG_CFAG12864B=m CONFIG_CFAG12864B_RATE=20 CONFIG_CFG80211=m