linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [bug report] Compiling failed on latest linux-block/for-next
@ 2021-10-25 15:26 Yi Zhang
  2021-10-25 15:35 ` Jens Axboe
  0 siblings, 1 reply; 2+ messages in thread
From: Yi Zhang @ 2021-10-25 15:26 UTC (permalink / raw)
  To: linux-block; +Cc: Jens Axboe, asml.silence

Hi Jens
Compiling the latest linux-block/for-next failed, pls check below log:

ca20d946ed42 (HEAD, origin/for-next, for-next) Merge branch
'for-5.16/block' into for-next
fa5fa8ec6077 block: refactor bio_iov_bvec_set()
54a88eb838d3 block: add single bio async direct IO helper

[root@fedora kernel]# make
  CALL    scripts/checksyscalls.sh
  CALL    scripts/atomic/check-atomics.sh
  CHK     include/generated/compile.h
  CHK     kernel/kheaders_data.tar.xz
  CC      block/fops.o
block/fops.c: In function ‘blkdev_bio_end_io_async’:
block/fops.c:321:9: error: too many arguments to function ‘iocb->ki_complete’
  321 |         iocb->ki_complete(iocb, ret, 0);
      |         ^~~~
make[1]: *** [scripts/Makefile.build:277: block/fops.o] Error 1
make: *** [Makefile:1869: block] Error 2


-- 
Best Regards,
  Yi Zhang


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [bug report] Compiling failed on latest linux-block/for-next
  2021-10-25 15:26 [bug report] Compiling failed on latest linux-block/for-next Yi Zhang
@ 2021-10-25 15:35 ` Jens Axboe
  0 siblings, 0 replies; 2+ messages in thread
From: Jens Axboe @ 2021-10-25 15:35 UTC (permalink / raw)
  To: Yi Zhang, linux-block; +Cc: asml.silence

On 10/25/21 9:26 AM, Yi Zhang wrote:
> Hi Jens
> Compiling the latest linux-block/for-next failed, pls check below log:
> 
> ca20d946ed42 (HEAD, origin/for-next, for-next) Merge branch
> 'for-5.16/block' into for-next
> fa5fa8ec6077 block: refactor bio_iov_bvec_set()
> 54a88eb838d3 block: add single bio async direct IO helper
> 
> [root@fedora kernel]# make
>   CALL    scripts/checksyscalls.sh
>   CALL    scripts/atomic/check-atomics.sh
>   CHK     include/generated/compile.h
>   CHK     kernel/kheaders_data.tar.xz
>   CC      block/fops.o
> block/fops.c: In function ‘blkdev_bio_end_io_async’:
> block/fops.c:321:9: error: too many arguments to function ‘iocb->ki_complete’
>   321 |         iocb->ki_complete(iocb, ret, 0);
>       |         ^~~~
> make[1]: *** [scripts/Makefile.build:277: block/fops.o] Error 1
> make: *** [Makefile:1869: block] Error 2

Fixed, thanks.

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-25 15:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-25 15:26 [bug report] Compiling failed on latest linux-block/for-next Yi Zhang
2021-10-25 15:35 ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).