From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:40309) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i5Xyt-0002oX-Ot for guix-patches@gnu.org; Wed, 04 Sep 2019 12:18:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i5Xys-0003UO-Mc for guix-patches@gnu.org; Wed, 04 Sep 2019 12:18:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:53632) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i5Xys-0003UG-HT for guix-patches@gnu.org; Wed, 04 Sep 2019 12:18:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i5Xys-0006X4-BB for guix-patches@gnu.org; Wed, 04 Sep 2019 12:18:02 -0400 Subject: [bug#36477] [PATCH v3 40/48] gnu: linux-libre: Enable built-in ext4 support. Resent-Message-ID: References: <20190902153333.11190-1-m.othacehe@gmail.com> <20190902153333.11190-41-m.othacehe@gmail.com> <87sgpc19vh.fsf@gnu.org> From: Mathieu Othacehe In-reply-to: <87sgpc19vh.fsf@gnu.org> Date: Wed, 04 Sep 2019 18:17:19 +0200 Message-ID: <87ftlct4s0.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 36477@debbugs.gnu.org > IIRC Mark was reluctant to this change; or was it more about the longer > term? Yes, but we discussed it together and decided to proceed with this patch and in a follow-up, configure ext4 support as a module in all kernel configurations and add it to default initrd modules. Mathieu