Re: device handler cleanups V2

2014-11-10 Thread Mike Christie
On 10/30/2014 04:19 AM, Christoph Hellwig wrote: > This series contains a couple easy cleanups for the device handler > infrastructure. I think some more work could be done in the longer run, > e.g. by using a class_device interface to attach to the scsi_device, > similar to how the /dev/sg device

Re: device handler cleanups V2

2014-10-30 Thread Christoph Hellwig
On Thu, Oct 30, 2014 at 10:39:46AM +0100, Hannes Reinecke wrote: > Enumeration appears to be skewed; two patches with 3/6 but none with > 5/6 ... Everything seems correct in my linux-scsi folder. -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to

Re: device handler cleanups V2

2014-10-30 Thread Hannes Reinecke
On 10/30/2014 10:19 AM, Christoph Hellwig wrote: > This series contains a couple easy cleanups for the device handler > infrastructure. I think some more work could be done in the longer run, > e.g. by using a class_device interface to attach to the scsi_device, > similar to how the /dev/sg device

device handler cleanups V2

2014-10-30 Thread Christoph Hellwig
This series contains a couple easy cleanups for the device handler infrastructure. I think some more work could be done in the longer run, e.g. by using a class_device interface to attach to the scsi_device, similar to how the /dev/sg devices work. Changes since V1: - fix ->attach for rdac, poin