From patchwork Wed Jul 18 17:35:48 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bryan Wu X-Patchwork-Id: 171764 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 A70682C00BD for ; Thu, 19 Jul 2012 03:36:12 +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 1SrYAI-0002NE-M2; Wed, 18 Jul 2012 17:35:58 +0000 Received: from mail-yw0-f49.google.com ([209.85.213.49]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1SrYAG-0002N1-1k for kernel-team@lists.ubuntu.com; Wed, 18 Jul 2012 17:35:56 +0000 Received: by yhjj52 with SMTP id j52so2191824yhj.8 for ; Wed, 18 Jul 2012 10:35:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:subject:date:message-id:x-mailer; bh=TcEt80XeRPQY8o7LjswLiavm51eUGkE1m1KRVOn2dkc=; b=hkfE7ycQ4q/0c7sm9ILEyE97tT7rp5hhfwExIhnarv8nk0jaQJpSF+fHSOVxwYQgv0 WyU0AIglfZUZsXXT5cHpLmaKnVtIDxJ/9Iv+2zuAk6vPGi3uIgwUUy/TNPF2YIRmSZSa bE5dLoq0yGo6a6zjttyAawMoDBlcHdCMk+hHFCR63TGlebuegVNECkwDV2kIyzgulhcH XapWz3wk4QBVqCPVeUAG5lJe6Ewe+xQMp4LkOx+P7L2R6p6j9fupxiVa8Gp1ZS/PKXbR 0dGgBv7Bd3xpnt6hOrk5mwfRM44MSV7uatm0loGWDnxc3UHcOat3goeEOy5733TgPdNX DkvA== Received: by 10.66.83.161 with SMTP id r1mr1476859pay.69.1342632955049; Wed, 18 Jul 2012 10:35:55 -0700 (PDT) Received: from localhost (74-95-45-185-Oregon.hfc.comcastbusiness.net. [74.95.45.185]) by mx.google.com with ESMTPS id mc3sm7726875pbc.12.2012.07.18.10.35.53 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 18 Jul 2012 10:35:54 -0700 (PDT) From: Bryan Wu To: tim.gardner@canonical.com, apw@canonical.com, kernel-team@lists.ubuntu.com Subject: [PATCH] [Quantal/master] UBUNTU: [Config] change default IO scheduler from CFQ to Deadline Date: Thu, 19 Jul 2012 01:35:48 +0800 Message-Id: <1342632949-4318-1-git-send-email-bryan.wu@canonical.com> X-Mailer: git-send-email 1.7.9.5 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: , MIME-Version: 1.0 Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com Signed-off-by: Bryan Wu --- debian.master/config/config.common.ubuntu | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu index 3c92acb..12547a5 100644 --- a/debian.master/config/config.common.ubuntu +++ b/debian.master/config/config.common.ubuntu @@ -1291,12 +1291,12 @@ CONFIG_DECOMPRESS_GZIP=y CONFIG_DECOMPRESS_LZMA=y CONFIG_DECOMPRESS_LZO=y CONFIG_DECOMPRESS_XZ=y -CONFIG_DEFAULT_CFQ=y +# CONFIG_DEFAULT_CFQ is not set CONFIG_DEFAULT_CUBIC=y -# CONFIG_DEFAULT_DEADLINE is not set +CONFIG_DEFAULT_DEADLINE=y CONFIG_DEFAULT_HOSTNAME="(none)" CONFIG_DEFAULT_HUNG_TASK_TIMEOUT=120 -CONFIG_DEFAULT_IOSCHED="cfq" +CONFIG_DEFAULT_IOSCHED="deadline" CONFIG_DEFAULT_IO_DELAY_TYPE=1 CONFIG_DEFAULT_MESSAGE_LOGLEVEL=4 # CONFIG_DEFAULT_NOOP is not set