From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: Re: [PATCH 1/2] gnu: Make 'mount' interface in static Guile consistent with Guix API. Date: Fri, 19 Jun 2015 08:02:54 -0400 Message-ID: References: <87r3p8il2o.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> <87zj3vzzzo.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58125) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5v0d-0006R0-TZ for guix-devel@gnu.org; Fri, 19 Jun 2015 08:03:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z5v0Z-0003xq-Ts for guix-devel@gnu.org; Fri, 19 Jun 2015 08:02:59 -0400 Received: from mail-pd0-f182.google.com ([209.85.192.182]:33493) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5v0Z-0003xd-OM for guix-devel@gnu.org; Fri, 19 Jun 2015 08:02:55 -0400 Received: by pdjn11 with SMTP id n11so89675335pdj.0 for ; Fri, 19 Jun 2015 05:02:55 -0700 (PDT) In-Reply-To: <87zj3vzzzo.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Cc: guix-devel On Fri, Jun 19, 2015 at 7:42 AM, Ludovic Court=C3=A8s wrote: > David Thompson skribis: > >> From 6efe8e786674d40e01df48c7df9a952107831ad9 Mon Sep 17 00:00:00 2001 >> From: David Thompson >> Date: Thu, 18 Jun 2015 20:21:41 -0400 >> Subject: [PATCH 1/2] gnu: Make 'mount' interface in static Guile consist= ent >> with Guix API. >> >> Rather than expecting a pointer, the version of 'mount' in >> guile-static-stripped now takes a string for the 'options' argument, jus= t like >> the 'mount' procedure in (guix build syscalls). >> >> * gnu/packages/patches/guile-linux-syscalls.patch (mount): Expect a stri= ng or >> #f for 'options' argument. >> * gnu/build/file-systems.scm (mount-file-system): Use new 'mount' interf= ace. > > LGTM! > > Please make sure there are no remaining calls to =E2=80=98mount=E2=80=99 = that use > pointers instead of strings, if you haven=E2=80=99t already. I can't find any remaining calls to do this. Pushed. Thanks!