From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42836) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1evWRG-00050k-Cf for guix-patches@gnu.org; Mon, 12 Mar 2018 19:01:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1evWRC-0005Lb-Qa for guix-patches@gnu.org; Mon, 12 Mar 2018 19:01:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49918) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1evWRC-0005LR-MS for guix-patches@gnu.org; Mon, 12 Mar 2018 19:01:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1evWRC-0006jJ-EG for guix-patches@gnu.org; Mon, 12 Mar 2018 19:01:02 -0400 Subject: [bug#30604] [PATCH v11 3/6] linux-modules: Add 'load-needed-linux-modules'. Resent-Message-ID: Date: Tue, 13 Mar 2018 00:00:31 +0100 From: Danny Milosavljevic Message-ID: <20180313000031.06767edf@scratchpost.org> In-Reply-To: <20180312221541.1886-3-ludo@gnu.org> References: <87h8plkkkc.fsf@gnu.org> <20180312221541.1886-1-ludo@gnu.org> <20180312221541.1886-3-ludo@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/DIw3c_UiGS0K62uF_LkfGGo"; protocol="application/pgp-signature" 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: 30604@debbugs.gnu.org --Sig_/DIw3c_UiGS0K62uF_LkfGGo Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable > +(define (load-needed-linux-modules module-directory) [...] > + (file-system-fold enter? leaf down up skip error #t "/sys/devices")) Isn't #t a strange initial value? Shouldn't it be '() ? --Sig_/DIw3c_UiGS0K62uF_LkfGGo Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAlqnBo8ACgkQ5xo1VCww uqUgxAgAjg3Z/ieFvl0Up29vWcWFDgAx7wbEyTmyPlzbcJv6Y64smPzrWawa05vJ OUi80fg9cnoANXuEdVKslegj48YbpsYtcPC08hUS+Ccjl8KJc7frPtZHUXZ8mPzA v4V0wUxvaT+SW5BxCI6ancAZJdRutQVh9Nxztb2bLqnnagxAVXn/Aeqy5tLQUYjR HulvVPHEKyI7RwDAjhm8IFSvuks3IUp5yOnh36GxhQaqdwvuhW5o6iZHjS7R8LER BXo8NiAK3/RhOiUx7I/i72avNHqp4tnAPDpSRGm2O1fSS3WD+ZCf1vdEvdq5u+E4 oUVZalTFyual5SDiC4ZsvDxtrM/00A== =tBne -----END PGP SIGNATURE----- --Sig_/DIw3c_UiGS0K62uF_LkfGGo--