On Thu, Nov 02, 2017 at 07:12:00AM +0100, Willy Tarreau wrote:Confirmed, 4.1 now builds without errors.
Hi Guenter,
On Wed, Nov 01, 2017 at 06:21:13PM -0700, Guenter Roeck wrote:
drivers/s390/scsi/zfcp_scsi.c: In function 'zfcp_task_mgmt_function':
drivers/s390/scsi/zfcp_scsi.c:298:4: error: too many arguments to function 'zfcp_dbf_scsi_devreset'
drivers/s390/scsi/zfcp_dbf.h:408:6: note: declared here
drivers/s390/scsi/zfcp_scsi.c:309:3: error: too many arguments to function 'zfcp_dbf_scsi_devreset'
drivers/s390/scsi/zfcp_dbf.h:408:6: note: declared here
Ah, I was too happy all of them applied well :-)
I'm seeing that Greg dropped ",NULL" in 3.18 and that other call
places only have the first 3 args. Now fixed.
Same for 4.1. Thanks!