Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 25 Feb 2001 20:15:06 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 25 Feb 2001 20:14:57 -0500 Received: from hera.cwi.nl ([192.16.191.8]:56290 "EHLO hera.cwi.nl") by vger.kernel.org with ESMTP id ; Sun, 25 Feb 2001 20:14:47 -0500 Date: Mon, 26 Feb 2001 02:14:10 +0100 (MET) From: Andries.Brouwer@cwi.nl Message-Id: To: Werner.Almesberger@epfl.ch, viro@math.psu.edu Subject: Re: [PATCH][CFT] per-process namespaces for Linux Cc: linux-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org > BTW, we probably want to add mount --move - atomically moving > a subtree from one place to another. Code is there, we just need to > decide on API. Andries? Since we already have "mount --bind olddir newdir" this is not an unreasonable extension of the mount(8) syntax. And since the kernel is no longer so interested in coeds as some former mount author, we have lots of free bits. There are even old bits. #define MS_MOVE 0x2000 Andries - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/