Re: [PATCH 25/36] SCSI: sd: convert class code to use dev_groups

2013-07-30 Thread James Bottomley
On Tue, 2013-07-30 at 12:01 -0700, Greg Kroah-Hartman wrote: > On Tue, Jul 30, 2013 at 04:11:52PM +, James Bottomley wrote: > > 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. Th

Re: [PATCH 25/36] SCSI: sd: convert class code to use dev_groups

2013-07-30 Thread Greg Kroah-Hartman
On Tue, Jul 30, 2013 at 04:11:52PM +, James Bottomley wrote: > 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 disk class code to use > > the correct field. >

Re: [PATCH 25/36] SCSI: sd: convert class code to use dev_groups

2013-07-30 Thread James Bottomley
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 disk class code to use > the correct field. > > It required some functions to be moved around to place the show and >

[PATCH 25/36] SCSI: sd: 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 disk class code to use the correct field. It required some functions to be moved around to place the show and store functions next to each other, the old order seemed to make no sense