From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Hansen Subject: Re: [PATCH 01/11] sysfs: Support for preventing unmounts. Date: Wed, 18 Jun 2008 10:44:23 -0700 Message-ID: <1213811063.7922.39.camel@nimitz> References: <20080618170729.808539948@theryb.frec.bull.fr> <20080618170730.256129077@theryb.frec.bull.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20080618170730.256129077-4vkkeT0zb4ZEtYaxpPmRp1aPQRlvutdw@public.gmane.org> 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: Benjamin Thery Cc: Tejun Heo , Greg Kroah-Hartman , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Eric Biederman , Al Viro , Linux Containers , Andrew Morton List-Id: containers.vger.kernel.org On Wed, 2008-06-18 at 19:07 +0200, Benjamin Thery wrote: > To support mounting multiple instances of sysfs occassionally I > need to walk through all of the currently present sysfs super blocks. I know you may have addressed this before, but I forgot and it didn't make it into the changelogs. Why are you doing this again? It seems like an awfully blunt instrument. -- Dave From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754283AbYFRRou (ORCPT ); Wed, 18 Jun 2008 13:44:50 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752251AbYFRRol (ORCPT ); Wed, 18 Jun 2008 13:44:41 -0400 Received: from e3.ny.us.ibm.com ([32.97.182.143]:32972 "EHLO e3.ny.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752076AbYFRRok (ORCPT ); Wed, 18 Jun 2008 13:44:40 -0400 Subject: Re: [PATCH 01/11] sysfs: Support for preventing unmounts. From: Dave Hansen To: Benjamin Thery Cc: Greg Kroah-Hartman , Andrew Morton , Tejun Heo , linux-kernel@vger.kernel.org, Eric Biederman , Al Viro , Linux Containers In-Reply-To: <20080618170730.256129077@theryb.frec.bull.fr> References: <20080618170729.808539948@theryb.frec.bull.fr> <20080618170730.256129077@theryb.frec.bull.fr> Content-Type: text/plain Date: Wed, 18 Jun 2008 10:44:23 -0700 Message-Id: <1213811063.7922.39.camel@nimitz> Mime-Version: 1.0 X-Mailer: Evolution 2.22.2 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2008-06-18 at 19:07 +0200, Benjamin Thery wrote: > To support mounting multiple instances of sysfs occassionally I > need to walk through all of the currently present sysfs super blocks. I know you may have addressed this before, but I forgot and it didn't make it into the changelogs. Why are you doing this again? It seems like an awfully blunt instrument. -- Dave