From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [PATCH 08/15] sysfs: Make sysfs_mount static once again. Date: Fri, 04 Jul 2008 15:44:59 +0900 Message-ID: <486DC6EB.5050901@gmail.com> References: <20080618170729.808539948@theryb.frec.bull.fr> <486A0751.9080602@gmail.com> <486AF4FA.8020805@gmail.com> <486B060C.7030607@gmail.com> <486C4515.1070007@gmail.com> <486CB051.5000507@fr.ibm.com> <486CF71F.5090405@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: netdev-owner@vger.kernel.org To: "Eric W. Biederman" Cc: Greg Kroah-Hartman , Andrew Morton , Daniel Lezcano , linux-kernel@vger.kernel.org, Al Viro , Linux Containers , Benjamin Thery , netdev@vger.kernel.org List-Id: containers.vger.kernel.org Eric W. Biederman wrote: > Accessing the internal sysfs_mount is error prone in the context > of multiple super blocks, and nothing needs it. Not even the > sysfs crash debugging patch (although it did in an earlier version). > > Signed-off-by: Eric W. Biederman Acked-by: Tejun Heo -- tejun