From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [PATCH] fix the sysfs_add_file_to_group interfaces Date: Fri, 11 Jan 2008 21:11:44 -0800 Message-ID: <20080112051144.GC19894@kroah.com> References: <1199321045.3258.91.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: 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 Content-Disposition: inline In-Reply-To: <1199321045.3258.91.camel@localhost.localdomain> Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: James Bottomley Cc: Kay Sievers , linux-kernel , linux-scsi 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