Re: [PATCH] fix the sysfs_add_file_to_group interfaces

2008-01-11 Thread Greg KH
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: Jame

[PATCH] fix the sysfs_add_file_to_group interfaces

2008-01-02 Thread James Bottomley
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 <[EMAIL PROTECTED]> --- Again, this is something that's neede