From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [PATCH 12/14] sysfs: Make sysfs_mount static Date: Tue, 31 Jul 2007 20:19:51 +0900 Message-ID: <46AF1AD7.3040907@suse.de> References: <1182446577.8138.29.camel@localhost> <46AEAF79.6080404@suse.de> <46AEBA87.6000400@suse.de> <46AEEF75.2030101@suse.de> <46AEEFA6.4000901@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: "Eric W. Biederman" Cc: Linux Containers , Greg KH , Greg KH , Dave Hansen List-Id: containers.vger.kernel.org Eric W. Biederman wrote: > This patch modifies the users of sysfs_mount to use sysfs_root instead > (which is what they are looking for). It then makes sysfs_mount > static to keep people from using it by accident. > > The net result is slightly faster and clearer code. > > Signed-off-by: Eric W. Biederman Acked-by: Tejun Heo -- tejun