Re: [PATCH 02/15] rbd: convert bus code to use bus_groups

2013-08-27 Thread Greg Kroah-Hartman
On Tue, Aug 27, 2013 at 07:35:32AM -0500, Alex Elder wrote: > On 08/23/2013 04:24 PM, Greg Kroah-Hartman wrote: > > The bus_attrs field of struct bus_type is going away soon, dev_groups > > should be used instead. This converts the RBD bus code to use the > > correct field. > > > > Cc: Yehuda

Re: [PATCH 02/15] rbd: convert bus code to use bus_groups

2013-08-27 Thread Alex Elder
On 08/23/2013 04:24 PM, Greg Kroah-Hartman wrote: > The bus_attrs field of struct bus_type is going away soon, dev_groups > should be used instead. This converts the RBD bus code to use the > correct field. > > Cc: Yehuda Sadeh > Cc: Sage Weil > Cc: Alex Elder Looks reasonable to me.

Re: [PATCH 02/15] rbd: convert bus code to use bus_groups

2013-08-27 Thread Alex Elder
On 08/23/2013 04:24 PM, Greg Kroah-Hartman wrote: The bus_attrs field of struct bus_type is going away soon, dev_groups should be used instead. This converts the RBD bus code to use the correct field. Cc: Yehuda Sadeh yeh...@inktank.com Cc: Sage Weil s...@inktank.com Cc: Alex Elder

Re: [PATCH 02/15] rbd: convert bus code to use bus_groups

2013-08-27 Thread Greg Kroah-Hartman
On Tue, Aug 27, 2013 at 07:35:32AM -0500, Alex Elder wrote: On 08/23/2013 04:24 PM, Greg Kroah-Hartman wrote: The bus_attrs field of struct bus_type is going away soon, dev_groups should be used instead. This converts the RBD bus code to use the correct field. Cc: Yehuda Sadeh

[PATCH 02/15] rbd: convert bus code to use bus_groups

2013-08-23 Thread Greg Kroah-Hartman
The bus_attrs field of struct bus_type is going away soon, dev_groups should be used instead. This converts the RBD bus code to use the correct field. Cc: Yehuda Sadeh Cc: Sage Weil Cc: Alex Elder Cc: Signed-off-by: Greg Kroah-Hartman --- drivers/block/rbd.c | 14 +- 1 file

[PATCH 02/15] rbd: convert bus code to use bus_groups

2013-08-23 Thread Greg Kroah-Hartman
The bus_attrs field of struct bus_type is going away soon, dev_groups should be used instead. This converts the RBD bus code to use the correct field. Cc: Yehuda Sadeh yeh...@inktank.com Cc: Sage Weil s...@inktank.com Cc: Alex Elder el...@inktank.com Cc: ceph-de...@vger.kernel.org Signed-off-by: