[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <fc06e668-e358-9009-441e-d70b64285536@kernel.dk>
Date: Thu, 15 Oct 2020 07:12:16 -0600
From: Jens Axboe <axboe@...nel.dk>
To: Colin King <colin.king@...onical.com>,
Alexander Viro <viro@...iv.linux.org.uk>,
Pavel Begunkov <asml.silence@...il.com>,
linux-fsdevel@...r.kernel.org, io-uring@...r.kernel.org
Cc: kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH][next] io_uring: fix flags check for the
REQ_F_WORK_INITIALIZED setting
On 10/15/20 5:55 AM, Colin King wrote:
> From: Colin Ian King <colin.king@...onical.com>
>
> Currently the check for REQ_F_WORK_INITIALIZED is always true because
> the | operator is being used. I believe this check should be checking
> if the bit is set using the & operator.
It should - I folded in the incremental from Pavel. This just meant that
we took the slow and safe path, but it obviously should be an AND here.
--
Jens Axboe
Powered by blists - more mailing lists