2022-10-04 22:40:38

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: build failure after merge of the block tree

Hi all,

After merging the block tree, today's linux-next build (when
CONFIG_IO_URING is not set) failed like this:

include/linux/io_uring.h:65:12: error: unused function 'io_uring_cmd_import_fixed' [-Werror,-Wunused-function]

Caused by commit

a9216fac3ed8 ("io_uring: add io_uring_cmd_import_fixed")

"inline" is missing.

--
Cheers,
Stephen Rothwell


Attachments:
(No filename) (499.00 B)
OpenPGP digital signature

2022-10-04 23:07:54

by Jens Axboe

[permalink] [raw]
Subject: Re: linux-next: build failure after merge of the block tree

On 10/4/22 3:50 PM, Stephen Rothwell wrote:
> Hi all,
>
> After merging the block tree, today's linux-next build (when
> CONFIG_IO_URING is not set) failed like this:
>
> include/linux/io_uring.h:65:12: error: unused function 'io_uring_cmd_import_fixed' [-Werror,-Wunused-function]
>
> Caused by commit
>
> a9216fac3ed8 ("io_uring: add io_uring_cmd_import_fixed")
>
> "inline" is missing.

I forgot to pull in the branch post adding that patch... Pulled in
now.

--
Jens Axboe