From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758854AbYALFVX (ORCPT ); Sat, 12 Jan 2008 00:21:23 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750933AbYALFVH (ORCPT ); Sat, 12 Jan 2008 00:21:07 -0500 Received: from pentafluge.infradead.org ([213.146.154.40]:57816 "EHLO pentafluge.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750838AbYALFU6 (ORCPT ); Sat, 12 Jan 2008 00:20:58 -0500 Date: Fri, 11 Jan 2008 21:11:44 -0800 From: Greg KH To: James Bottomley Cc: Kay Sievers , linux-kernel , linux-scsi Subject: Re: [PATCH] fix the sysfs_add_file_to_group interfaces Message-ID: <20080112051144.GC19894@kroah.com> References: <1199321045.3258.91.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1199321045.3258.91.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:44:05PM -0600, James Bottomley wrote: > I can't see a reason why these shouldn't work on every group. However, > they only seem to work on named groups. This patch allows the group > functions to work on anonymous groups (those with NULL names). > > 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