From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C03C51396D0 for ; Mon, 4 Sep 2017 06:43:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10913E0BEC; Mon, 4 Sep 2017 06:43:55 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E0C68E0BEC for ; Mon, 4 Sep 2017 06:43:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 88B73341236 for ; Mon, 4 Sep 2017 06:43:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B81E8D5F for ; Mon, 4 Sep 2017 06:43:52 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1504506794.bc0cab8c051d88dbeedffa310aec29eef3ea3c24.robbat2@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: defaults/ X-VCS-Repository: proj/genkernel X-VCS-Files: defaults/kernel-generic-config X-VCS-Directories: defaults/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: bc0cab8c051d88dbeedffa310aec29eef3ea3c24 X-VCS-Branch: master Date: Mon, 4 Sep 2017 06:43:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 68f27ac9-18b3-4ddb-91b5-d20f080ccbfd X-Archives-Hash: 0d3fae7205d91d393c3691404d8e7b3b commit: bc0cab8c051d88dbeedffa310aec29eef3ea3c24 Author: Robin H. Johnson gentoo org> AuthorDate: Mon Sep 4 06:33:14 2017 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Mon Sep 4 06:33:14 2017 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=bc0cab8c defaults/kernel-generic-config: CONFIG_BCACHE=m. Fixes: https://bugs.gentoo.org/show_bug.cgi?id=522688 Signed-off-by: Robin H. Johnson gentoo.org> defaults/kernel-generic-config | 1 + 1 file changed, 1 insertion(+) diff --git a/defaults/kernel-generic-config b/defaults/kernel-generic-config index 50fa77d..2f57c9c 100644 --- a/defaults/kernel-generic-config +++ b/defaults/kernel-generic-config @@ -3398,6 +3398,7 @@ CONFIG_AUTOFS4_FS=m # CONFIG_EXOFS_DEBUG is not set CONFIG_NILFS2_FS=m +CONFIG_BCACHE=m CONFIG_FSCACHE=m CONFIG_FSCACHE_STATS=y # CONFIG_FSCACHE_HISTOGRAM is not set