From mboxrd@z Thu Jan 1 00:00:00 1970 From: ebiederm@xmission.com (Eric W. Biederman) Subject: Re: [PATCH 06/11] sysfs: Implement sysfs tagged directory support. Date: Thu, 03 Jul 2008 12:57:14 -0700 Message-ID: References: <20080618170729.808539948@theryb.frec.bull.fr> <20080618170731.002784342@theryb.frec.bull.fr> <485F04E1.70204@gmail.com> <486706C9.9040303@gmail.com> <4869D314.5030403@gmail.com> <486A0751.9080602@gmail.com> <486AF4FA.8020805@gmail.com> <486B060C.7030607@gmail.com> <486C4515.1070007@gmail.com> <486CB051.5000507@fr.ibm.com> <486CC81D.9010003@bull.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: In-Reply-To: <486CC81D.9010003@bull.net> (Benjamin Thery's message of "Thu, 03 Jul 2008 14:37:49 +0200") Sender: linux-kernel-owner@vger.kernel.org To: Benjamin Thery Cc: Daniel Lezcano , Tejun Heo , Greg Kroah-Hartman , linux-kernel@vger.kernel.org, Al Viro , Linux Containers , Andrew Morton List-Id: containers.vger.kernel.org Benjamin Thery writes: > Indeed, we observed some fun things with one distro (which defines some > particular udev rules) when a device called eth0 in a namespace comes back to > init net :) Speaking of. Don't let me forget but I have a patch I need to send out that deletes pseudo devices instead of sending them back to eth0. We can't do that for real hardware obviously but for things like veth and macvlan devices it greatly simplifies the cleanup. Eric