mbox series

[for-next,0/3] io_uring: completion cleanups

Message ID 20221125103412.1425305-1-dylany@meta.com (mailing list archive)
Headers show
Series io_uring: completion cleanups | expand

Message

Dylan Yudaken Nov. 25, 2022, 10:34 a.m. UTC
Hi,

A couple of tiny cleanups and 1 revert. I think the revert may be neater
if you just drop it from your tree.

Patch 1: small cleanup removing a not-needed
Patch 2: spelling fix
Patch 3: I think I merged this badly, or at least misunderstood the recent
changes. It was not needed, and confuses the _post suffix with also deferring.

Dylan Yudaken (3):
  io_uring: remove io_req_complete_post_tw
  io_uring: spelling fix
  io_uring: Revert "io_uring: io_req_complete_post should defer if
    available"

 io_uring/io_uring.c | 8 +++-----
 io_uring/io_uring.h | 7 -------
 2 files changed, 3 insertions(+), 12 deletions(-)


base-commit: 43f3ae1898c9c6d907e5b5c1887a90409ff7ad30

Comments

Jens Axboe Nov. 25, 2022, 1:13 p.m. UTC | #1
On Fri, 25 Nov 2022 02:34:09 -0800, Dylan Yudaken wrote:
> A couple of tiny cleanups and 1 revert. I think the revert may be neater
> if you just drop it from your tree.
> 
> Patch 1: small cleanup removing a not-needed
> Patch 2: spelling fix
> Patch 3: I think I merged this badly, or at least misunderstood the recent
> changes. It was not needed, and confuses the _post suffix with also deferring.
> 
> [...]

Applied, thanks!

[1/3] io_uring: remove io_req_complete_post_tw
      commit: 27f35fe9096b183d45ff6f22ad277ddf107d8428
[2/3] io_uring: spelling fix
      commit: 10d8bc35416d9e83ffe9644478756281c7bd4f52

Best regards,