Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261719AbVEUJtS (ORCPT ); Sat, 21 May 2005 05:49:18 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261721AbVEUJtS (ORCPT ); Sat, 21 May 2005 05:49:18 -0400 Received: from rev.193.226.233.9.euroweb.hu ([193.226.233.9]:15123 "EHLO dorka.pomaz.szeredi.hu") by vger.kernel.org with ESMTP id S261715AbVEUJtO (ORCPT ); Sat, 21 May 2005 05:49:14 -0400 To: linuxram@us.ibm.com CC: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, akpm@osdl.org, viro@parcelfarce.linux.theplanet.co.uk, jamie@shareable.org In-reply-to: <1116665101.4397.71.camel@localhost> (message from Ram on Sat, 21 May 2005 01:45:01 -0700) Subject: Re: [RFC][PATCH] rbind across namespaces References: <1116627099.4397.43.camel@localhost> <1116660380.4397.66.camel@localhost> <1116665101.4397.71.camel@localhost> Message-Id: From: Miklos Szeredi Date: Sat, 21 May 2005 11:48:56 +0200 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 757 Lines: 16 > I am not getting this comment. R u assuming that a detached mount > will have NULL namespace? If so I dont see it being the case. > Or am I missing some subtle point? On a related note: now that it's not necessarily current->namespace that's used as a destination for the mount, you'll have to pass mntpt_ns into copy_tree() and clone_mnt() so that mnt->mnt_namespace can correctly be set. That will also enable some cleanup in copy_namespace(), where you can remove the of setting ->mnt_namespace. Miklos - 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/