Re: [PATCH 26/36] SCSI: st: convert class code to use dev_groups

2013-07-30 Thread Kai Mäkisara
On 25.7.2013, at 1.05, 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 tape class code to use > the correct field. > > Cc: Kai Mäkisara > Cc: James E.J. Bottomley > Signed-off-by: Greg Kroah-Hartm

Re: [PATCH 26/36] SCSI: st: convert class code to use dev_groups

2013-07-30 Thread James Bottomley
Adding linux-scsi to cc. James On Wed, 2013-07-24 at 15:05 -0700, 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 tape class code to use > the correct field. > > Cc: Kai Mäkisara > Cc: James E.J. Bo

[PATCH 26/36] SCSI: st: 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 tape class code to use the correct field. Cc: Kai Mäkisara Cc: James E.J. Bottomley Signed-off-by: Greg Kroah-Hartman --- James, feel free to take this through your tree, or ACK i