Re: [PATCH v2] SCSI: fcoe: convert to use BUS_ATTR_WO

2019-01-28 Thread Martin K. Petersen
Greg, > We are trying to get rid of BUS_ATTR() and the usage of that in the > fcoe driver can be trivially converted to use BUS_ATTR_WO(), so use > that instead. Applied to 5.1/scsi-queue, thanks! -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH v2] SCSI: fcoe: convert to use BUS_ATTR_WO

2019-01-26 Thread Greg Kroah-Hartman
On Sat, Jan 26, 2019 at 11:26:47AM +0100, Hannes Reinecke wrote: > On 1/22/19 3:27 PM, Greg Kroah-Hartman wrote: > > We are trying to get rid of BUS_ATTR() and the usage of that in the fcoe > > driver can be trivially converted to use BUS_ATTR_WO(), so use that > > instead. > > > > Cc: Johannes Th

Re: [PATCH v2] SCSI: fcoe: convert to use BUS_ATTR_WO

2019-01-26 Thread Hannes Reinecke
On 1/26/19 11:39 AM, Greg Kroah-Hartman wrote: On Sat, Jan 26, 2019 at 11:26:47AM +0100, Hannes Reinecke wrote: On 1/22/19 3:27 PM, Greg Kroah-Hartman wrote: We are trying to get rid of BUS_ATTR() and the usage of that in the fcoe driver can be trivially converted to use BUS_ATTR_WO(), so use t

Re: [PATCH v2] SCSI: fcoe: convert to use BUS_ATTR_WO

2019-01-26 Thread Hannes Reinecke
On 1/22/19 3:27 PM, Greg Kroah-Hartman wrote: We are trying to get rid of BUS_ATTR() and the usage of that in the fcoe driver can be trivially converted to use BUS_ATTR_WO(), so use that instead. Cc: Johannes Thumshirn Cc: "James E.J. Bottomley" Cc: "Martin K. Petersen" Signed-off-by: Greg Kr