From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753077AbYIJFin (ORCPT ); Wed, 10 Sep 2008 01:38:43 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751209AbYIJFid (ORCPT ); Wed, 10 Sep 2008 01:38:33 -0400 Received: from ns.suse.de ([195.135.220.2]:53409 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751057AbYIJFid (ORCPT ); Wed, 10 Sep 2008 01:38:33 -0400 Date: Tue, 9 Sep 2008 22:37:24 -0700 From: Greg KH To: Parag Warudkar Cc: linux-kernel , Andrew Morton , Ingo Molnar , htejun@gmail.com Subject: Re: [PATCH] x86: sysfs - kill owner field from attribute Message-ID: <20080910053724.GA3632@suse.de> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.16 (2007-06-09) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 09, 2008 at 07:11:02PM -0400, Parag Warudkar wrote: > Tejun's commit 7b595756ec1f49e0049a9e01a1298d53a7faaa15 made sysfs > attribute->owner unnecessary. > But the field was left in the structure to ease the merge. It's been > over a year since that change and it is now time to start killing > attribute->owner along with its users - one arch at a time! Why one arch, normally we do it one subsystem at a time :) Either way, thanks for doing this, I'll gladly take your fixed up version and work to clean up the rest if you don't want to do it. thanks, greg k-h