From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Hansen Subject: Re: [PATCH 01/11] sysfs: Support for preventing unmounts. Date: Thu, 19 Jun 2008 09:32:11 -0700 Message-ID: <1213893131.7922.67.camel@nimitz> References: <20080618170729.808539948@theryb.frec.bull.fr> <20080618170730.256129077@theryb.frec.bull.fr> <1213811063.7922.39.camel@nimitz> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: "Eric W. Biederman" Cc: Tejun Heo , Greg Kroah-Hartman , linux-kernel@vger.kernel.org, Al Viro , Linux Containers , Andrew Morton , Benjamin Thery List-Id: containers.vger.kernel.org On Wed, 2008-06-18 at 13:12 -0700, Eric W. Biederman wrote: > > - The data in sysfs fundamentally changes behind the back of the > VFS and we need to keep the VFS in sync. Essentially this is the > distributed filesystem problem. > > - In particular for sysfs_rename and sysfs_move_dir we need to support > finding > the dcache entries and calling d_move. So that the dcache does not > get into an inconsistent state. Timeouts and invalidates like NFS > uses are to be avoided if at all possible. Much clearer now, thanks! Can we get this description into the changelog, pretty please? -- Dave