[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <cd8154ef-bb6f-aa7c-2553-582f0b497516@kernel.dk>
Date: Tue, 3 Mar 2020 20:01:24 -0700
From: Jens Axboe <axboe@...nel.dk>
To: Stephen Rothwell <sfr@...b.auug.org.au>
Cc: Linux Next Mailing List <linux-next@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Pavel Begunkov <asml.silence@...il.com>
Subject: Re: linux-next: build warning after merge of the block tree
On 3/3/20 7:17 PM, Stephen Rothwell wrote:
> Hi all,
>
> After merging the block tree, today's linux-next build (powerpc
> ppc64_defconfig) produced this warning:
>
> fs/io_uring.c: In function 'io_close':
> fs/io_uring.c:3415:3: warning: ignoring return value of 'refcount_inc_not_zero', declared with attribute warn_unused_result [-Wunused-result]
> 3415 | refcount_inc_not_zero(&req->refs);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
> Introduced by commit
>
> 62e0c6b73a2c ("io_uring: make submission ref putting consistent")
That should just be a refcount_inc() and also looks like it should happen
before the async queue. I'll fix it up.
--
Jens Axboe
Powered by blists - more mailing lists