From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [PATCH 0/15] sysfs lazification final Date: Mon, 09 Nov 2009 12:57:49 +0900 Message-ID: <4AF7933D.6070103@kernel.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Greg Kroah-Hartman , Kay Sievers , Greg KH , linux-kernel@vger.kernel.org, Cornelia Huck , linux-fsdevel@vger.kernel.org, Eric Dumazet , Benjamin LaHaise , Serge Hallyn To: "Eric W. Biederman" Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org Eric W. Biederman wrote: > The sysfs code updates the vfs caches immediately when the sysfs data > structures change causing a lot of unnecessary complications. The > following patchset untangles that beast. Allowing for simpler > more straight forward code, the removal of a hack from the vfs > to support sysfs, and human comprehensible locking on sysfs. > > Most of these patches have already been reviewed and acked from the > last time I had time to work on sysfs. > > This acks have been folded in and the two small bugs found in the > previous review have been fixed in the trailing patches (they are > minor enough nits that even a bisect that happens to land in the > middle should not see sysfs problems). Thanks a lot for bringing some sanity to sysfs. :-) -- tejun