Re: [PATCH] scsi_transport_spi: convert to attribute groups

2008-01-12 Thread James Bottomley
On Fri, 2008-01-11 at 21:11 -0800, Greg KH wrote: On Sat, Jan 05, 2008 at 10:18:27AM -0600, James Bottomley wrote: This conversion makes full use of the is_visible() callback on attribute groups. Now, each device appears only with its capability flags in the transport class directory.

Re: [PATCH] scsi_transport_spi: convert to attribute groups

2008-01-11 Thread Greg KH
On Sat, Jan 05, 2008 at 10:18:27AM -0600, James Bottomley wrote: This conversion makes full use of the is_visible() callback on attribute groups. Now, each device appears only with its capability flags in the transport class directory. Previously each device appeared with the capability of

[PATCH] scsi_transport_spi: convert to attribute groups

2008-01-05 Thread James Bottomley
This conversion makes full use of the is_visible() callback on attribute groups. Now, each device appears only with its capability flags in the transport class directory. Previously each device appeared with the capability of the host, so this is a functionality improvement. Converting to