From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758534AbYGDGqY (ORCPT ); Fri, 4 Jul 2008 02:46:24 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752832AbYGDGqK (ORCPT ); Fri, 4 Jul 2008 02:46:10 -0400 Received: from wa-out-1112.google.com ([209.85.146.177]:6347 "EHLO wa-out-1112.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751633AbYGDGqI (ORCPT ); Fri, 4 Jul 2008 02:46:08 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=WxZzxB0MNVWtKij6M2XP5CdP4PKMtwOwc6BWcuaGNPnKb7hOPQQv8hkEujERreCdTZ waRVl4SOQTk+jB6X11ITOjgnwfpIEjfpPUgsiMDQ5MTxlfSCJRq+/AcmTt+QKAEnkImV dKm+40iyWQU9IyQ64xDkpaBOMjYUz2XDanURQ= Message-ID: <486DC6EB.5050901@gmail.com> Date: Fri, 04 Jul 2008 15:44:59 +0900 From: Tejun Heo User-Agent: Thunderbird 2.0.0.12 (X11/20071114) MIME-Version: 1.0 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 Subject: Re: [PATCH 08/15] sysfs: Make sysfs_mount static once again. 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> In-Reply-To: X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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