On Tue, May 9, 2023 at 8:19 AM Jens Axboe <axboe@xxxxxxxxx> wrote: > > Now that we have both sockets and block devices setting FMODE_NOWAIT > appropriately, we can get rid of all the odd special casing in > __io_file_supports_nowait() and rely soley on FMODE_NOWAIT and > O_NONBLOCK rather than special case sockets and (in particular) bdevs. Yup, looks good to me. Thanks. Linus