Re: [PATCH 24/36] SCSI: OSD: convert class code to use dev_groups

2013-07-25 Thread Boaz Harrosh
On 07/25/2013 01:05 AM, Greg Kroah-Hartman wrote: > The dev_attrs field of struct class is going away soon, dev_groups > should be used instead. This converts the scsi osd class code to use > the correct field. > > Cc: Boaz Harrosh ACK-by: Boaz Harrosh Cool Thanks > Cc: Benny Halevy > Cc: Ja

[PATCH 24/36] SCSI: OSD: convert class code to use dev_groups

2013-07-24 Thread Greg Kroah-Hartman
The dev_attrs field of struct class is going away soon, dev_groups should be used instead. This converts the scsi osd class code to use the correct field. Cc: Boaz Harrosh Cc: Benny Halevy Cc: James E.J. Bottomley Signed-off-by: Greg Kroah-Hartman --- James, feel free to take this through yo