From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 02/15] build: syscalls: Add unmount flags. Date: Tue, 07 Jul 2015 16:50:48 +0200 Message-ID: <87a8v8f2d3.fsf@gnu.org> References: <1436188604-2813-1-git-send-email-dthompson2@worcester.edu> <1436188604-2813-2-git-send-email-dthompson2@worcester.edu> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60727) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZCUCz-00072X-LY for guix-devel@gnu.org; Tue, 07 Jul 2015 10:50:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZCUCy-0004NV-LG for guix-devel@gnu.org; Tue, 07 Jul 2015 10:50:53 -0400 In-Reply-To: <1436188604-2813-2-git-send-email-dthompson2@worcester.edu> (David Thompson's message of "Mon, 6 Jul 2015 09:16:31 -0400") 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: David Thompson Cc: guix-devel@gnu.org, David Thompson David Thompson skribis: > * guix/build/syscalls.scm (MNT_FORCE, MNT_DETACH, MNT_EXPIRE) > (UMOUNT_NOFOLLOW): New variables. OK