Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750838AbZKUFOw (ORCPT ); Sat, 21 Nov 2009 00:14:52 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750736AbZKUFOv (ORCPT ); Sat, 21 Nov 2009 00:14:51 -0500 Received: from kroah.org ([198.145.64.141]:32953 "EHLO coco.kroah.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750710AbZKUFOv (ORCPT ); Sat, 21 Nov 2009 00:14:51 -0500 Date: Fri, 20 Nov 2009 21:12:26 -0800 From: Greg KH To: "Eric W. Biederman" Cc: Kay Sievers , linux-kernel@vger.kernel.org, Tejun Heo , Cornelia Huck , linux-fsdevel@vger.kernel.org, Eric Dumazet , Benjamin LaHaise , Serge Hallyn , "Eric W. Biederman" Subject: Re: [PATCH 06/15] sysfs: Fix locking and factor out sysfs_sd_setattr Message-ID: <20091121051226.GA24399@kroah.com> References: <1257665233-12468-6-git-send-email-ebiederm@xmission.com> <20091120201355.GA30590@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1282 Lines: 35 On Fri, Nov 20, 2009 at 04:07:11PM -0800, Eric W. Biederman wrote: > Greg KH writes: > > > On Sat, Nov 07, 2009 at 11:27:04PM -0800, Eric W. Biederman wrote: > >> From: Eric W. Biederman > >> > >> Cleanly separate the work that is specific to setting the > >> attributes of a sysfs_dirent from what is needed to update > >> the attributes of a vfs inode. > >> > >> Additionally grab the sysfs_mutex to keep any nasties from > >> surprising us when updating the sysfs_dirent. > >> > >> Acked-by: Tejun Heo > >> Signed-off-by: Eric W. Biederman > > > > Due to the extended attr work for sysfs that went into Linus's tree > > recently, this patch doesn't apply at all anymore. > > It looks like the issue is the a trivial context conflict with > sysfs-mark-a-locally-only-used-function-static.patch Ah, sorry about that, I should have noticed that, I was looking for a much harder problem :( I'll go queue these up in a bit. thanks, greg k-h -- 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/