From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: Re: [PATCH] build: file-systems: Allow for bind mounting regular files. Date: Sat, 8 Aug 2015 14:28:21 -0400 Message-ID: References: <87a8uarf6g.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37634) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZO8r5-0004BH-9s for guix-devel@gnu.org; Sat, 08 Aug 2015 14:28:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZO8r0-00061L-AB for guix-devel@gnu.org; Sat, 08 Aug 2015 14:28:27 -0400 Received: from mail-yk0-f170.google.com ([209.85.160.170]:35623) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZO8r0-00061H-74 for guix-devel@gnu.org; Sat, 08 Aug 2015 14:28:22 -0400 Received: by ykdz80 with SMTP id z80so439997ykd.2 for ; Sat, 08 Aug 2015 11:28:21 -0700 (PDT) In-Reply-To: <87a8uarf6g.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> 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: guix-devel On Sat, Aug 1, 2015 at 3:17 PM, David Thompson wrote: > As I was working on my container implementation I noticed that > 'mount-file-system' doesn't support bind mounting regular files because > it assumes that all mount points are directories. This patch fixes > that. I pushed this. - Dave