From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761514AbYALFVg (ORCPT ); Sat, 12 Jan 2008 00:21:36 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751089AbYALFVJ (ORCPT ); Sat, 12 Jan 2008 00:21:09 -0500 Received: from pentafluge.infradead.org ([213.146.154.40]:57819 "EHLO pentafluge.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750891AbYALFVA (ORCPT ); Sat, 12 Jan 2008 00:21:00 -0500 Date: Fri, 11 Jan 2008 21:12:18 -0800 From: Greg KH To: James Bottomley Cc: Kay Sievers , linux-kernel , linux-scsi Subject: Re: [PATCH] attribute_container: update to use the group interface Message-ID: <20080112051218.GD19894@kroah.com> References: <1199321327.3258.97.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1199321327.3258.97.camel@localhost.localdomain> 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 Wed, Jan 02, 2008 at 06:48:47PM -0600, James Bottomley wrote: > This patch is the beginning of moving the attribute_containers to use > attribute groups exclusively. The attr element is now deprecated and > will eventually be removed (along with all the hand rolled code for > doing exactly what attribute groups do) when all the consumers are > converted to attribute groups. > > Signed-off-by: James Bottomley Feel free to add: Signed-off-by: Greg Kroah-Hartman and take it through your tree. thanks, greg k-h