Re: [PATCH] netfs: Fix setting of BDP_ASYNC from iocb flags

From: David Howells
Date: Tue May 21 2024 - 11:55:28 EST


Jens Axboe <axboe@xxxxxxxxx> wrote:

> However, I'll note that BDP_ASYNC is horribly named, it should be
> BDP_NOWAIT instead. But that's a separate thing, fix looks correct
> as-is.

I thought IOCB_NOWAIT was related to RWF_NOWAIT, but apparently not from the
code.

David