Re: [PATCH, v2] ofpathname: Move definition of SYS_PATH from l2of_vs() to l2of_scsi()

2021-03-29 Thread Jeffrey Walton
On Mon, Mar 29, 2021 at 6:42 PM Tyrel Datwyler wrote: > > On 2/8/21 4:10 PM, John Paul Adrian Glaubitz wrote: > > SYS_PATH, which is required to calculate the plug ID of a SCSI/SATA > > host in l2of_scsi(), is actually never set in this function but in > > l2of_vd() where it is not used at all. Th

Re: [PATCH, v2] ofpathname: Move definition of SYS_PATH from l2of_vs() to l2of_scsi()

2021-03-29 Thread Tyrel Datwyler
On 2/8/21 4:10 PM, John Paul Adrian Glaubitz wrote: > SYS_PATH, which is required to calculate the plug ID of a SCSI/SATA > host in l2of_scsi(), is actually never set in this function but in > l2of_vd() where it is not used at all. Thus, move the definition of > SYS_PATH from l2of_vd() to l2of_scsi

Re: [PATCH, v2] ofpathname: Move definition of SYS_PATH from l2of_vs() to l2of_scsi()

2021-03-28 Thread John Paul Adrian Glaubitz
Another gentle ping. On 3/22/21 11:48 AM, John Paul Adrian Glaubitz wrote: > Ping. > > On 2/9/21 1:10 AM, John Paul Adrian Glaubitz wrote: >> SYS_PATH, which is required to calculate the plug ID of a SCSI/SATA >> host in l2of_scsi(), is actually never set in this function but in >> l2of_vd() wher

Re: [PATCH, v2] ofpathname: Move definition of SYS_PATH from l2of_vs() to l2of_scsi()

2021-03-22 Thread John Paul Adrian Glaubitz
Ping. On 2/9/21 1:10 AM, John Paul Adrian Glaubitz wrote: > SYS_PATH, which is required to calculate the plug ID of a SCSI/SATA > host in l2of_scsi(), is actually never set in this function but in > l2of_vd() where it is not used at all. Thus, move the definition of > SYS_PATH from l2of_vd() to l2

[PATCH, v2] ofpathname: Move definition of SYS_PATH from l2of_vs() to l2of_scsi()

2021-02-08 Thread John Paul Adrian Glaubitz
SYS_PATH, which is required to calculate the plug ID of a SCSI/SATA host in l2of_scsi(), is actually never set in this function but in l2of_vd() where it is not used at all. Thus, move the definition of SYS_PATH from l2of_vd() to l2of_scsi() to fix the calculation of the plug ID in l2of_scsi(). Fi