Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261947AbUJYPOl (ORCPT ); Mon, 25 Oct 2004 11:14:41 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261895AbUJYPNy (ORCPT ); Mon, 25 Oct 2004 11:13:54 -0400 Received: from phoenix.infradead.org ([81.187.226.98]:58380 "EHLO phoenix.infradead.org") by vger.kernel.org with ESMTP id S261933AbUJYPJl (ORCPT ); Mon, 25 Oct 2004 11:09:41 -0400 Date: Mon, 25 Oct 2004 16:09:41 +0100 From: Christoph Hellwig To: Mike Waychison Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, raven@themaw.net Subject: Re: [PATCH 12/28] VFS: Remove (now bogus) check_mnt Message-ID: <20041025150941.GA1682@infradead.org> Mail-Followup-To: Christoph Hellwig , Mike Waychison , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, raven@themaw.net References: <1098715442105@sun.com> <10987154731896@sun.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <10987154731896@sun.com> User-Agent: Mutt/1.4.1i X-SRS-Rewrite: SMTP reverse-path rewritten from by phoenix.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 808 Lines: 16 On Mon, Oct 25, 2004 at 10:44:33AM -0400, Mike Waychison wrote: > check_mnt used to be used to see if a mountpoint was actually grafted or not > to a namespace. This was done because we didn't support mountpoints being > attached to one another if they weren't associated with a namespace. We now > support this, so all check_mnt calls are bogus. The only exception is that > pivot_root still requires all participants to exist within the same > namespace. did you audit the namespace code that it doesn't allow attachign to other namespaces than the current? - 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/