[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <e293c9a0-af86-d2f9-7ee7-c5ac41370887@kernel.dk>
Date: Tue, 11 Feb 2020 09:07:11 -0700
From: Jens Axboe <axboe@...nel.dk>
To: Colin King <colin.king@...onical.com>,
Alexander Viro <viro@...iv.linux.org.uk>,
io-uring@...r.kernel.org, linux-fsdevel@...r.kernel.org
Cc: kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH][next] io_uring: fix return of an uninitialized variable
ret
On 2/11/20 9:02 AM, Colin King wrote:
> From: Colin Ian King <colin.king@...onical.com>
>
> Currently variable ret is not initialized and this value is being
> returned at the end of the function io_poll_double_wake. Since
> ret is not being used anywhere else remove it and just return 0.
It's supposed to return 1, a previous edition had 'ret' dependent
on the wake call, but we didn't need that anymore.
I folded in a fix earlier this morning, and my for-next branch should
now be fine.
--
Jens Axboe
Powered by blists - more mailing lists