Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753665AbZKID6F (ORCPT ); Sun, 8 Nov 2009 22:58:05 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751739AbZKID6E (ORCPT ); Sun, 8 Nov 2009 22:58:04 -0500 Received: from hera.kernel.org ([140.211.167.34]:57488 "EHLO hera.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751092AbZKID6D (ORCPT ); Sun, 8 Nov 2009 22:58:03 -0500 Message-ID: <4AF7933D.6070103@kernel.org> Date: Mon, 09 Nov 2009 12:57:49 +0900 From: Tejun Heo User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: "Eric W. Biederman" 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 Subject: Re: [PATCH 0/15] sysfs lazification final References: In-Reply-To: X-Enigmail-Version: 0.95.7 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 Content-Length: 1030 Lines: 24 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/