From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [PATCH 05/11] sysfs: sysfs_chmod_file handle multiple superblocks Date: Sun, 22 Jun 2008 13:46:50 +0900 Message-ID: <485DD93A.6020600@gmail.com> References: <20080618170729.808539948@theryb.frec.bull.fr> <20080618170730.853353875@theryb.frec.bull.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20080618170730.853353875@theryb.frec.bull.fr> Sender: linux-kernel-owner@vger.kernel.org To: Benjamin Thery Cc: Greg Kroah-Hartman , Andrew Morton , Eric Biederman , Daniel Lezcano , Serge Hallyn , linux-kernel@vger.kernel.org, Al Viro , Linux Containers List-Id: containers.vger.kernel.org Hello, guys. Sorry about the long silence. Recent releases of popular distros overwhelmed me with ata bugs. They now seem to be under control (and hopefully stay that way for some time to come). On the previous iteration, I was hoping I could sort out sysfs interface problem before this patchset but given that this is a long overdue feature, I think we should get this thing working first. The first four patches looked good to me, so feel free to add Acked-by: Tejun Heo Benjamin Thery Wrote: > sysfs: sysfs_chmod_file handle multiple superblocks > > Teach sysfs_chmod_file how to handle multiple sysfs > superblocks. I think it would be great if sysfs_chmod_file can do all-or-nothing instead of failing half way through but given the interface of notify_change(), it could be difficult to implement. Any ideas? Thanks. -- tejun