Re: [PATCH 0/4] small random patches

2020-06-21 Thread Jens Axboe
On 6/21/20 4:09 AM, Pavel Begunkov wrote: > Nothing interesting, just killing some stuff first. > Based on top of io_uring-5.8 + 15 async-buf patches. > > Pavel Begunkov (4): > io_uring: remove setting REQ_F_MUST_PUNT in rw > io_uring: remove REQ_F_MUST_PUNT > io_uring: set @poll->file after

[PATCH 0/4] small random patches

2020-06-21 Thread Pavel Begunkov
Nothing interesting, just killing some stuff first. Based on top of io_uring-5.8 + 15 async-buf patches. Pavel Begunkov (4): io_uring: remove setting REQ_F_MUST_PUNT in rw io_uring: remove REQ_F_MUST_PUNT io_uring: set @poll->file after @poll init io_uring: kill NULL checks for submit stat