io_uring/net: cleanup io_recv_finish() bundle handling
authorJens Axboe <axboe@kernel.dk>
Tue, 2 Jul 2024 15:16:46 +0000 (09:16 -0600)
committerJens Axboe <axboe@kernel.dk>
Tue, 2 Jul 2024 15:42:25 +0000 (09:42 -0600)
commit93d8032f4143c8d2ac3e10c6504385c26acc511f
tree445eea89a87f6be062762975eaaadd79eea9c0ba
parent3b7c16be30e35ec035b2efcc0f7d7b368789c443
io_uring/net: cleanup io_recv_finish() bundle handling

Combine the two cases that check for whether or not this is a bundle,
rather than having them as separate checks. This is easier to reduce,
and it reduces the text associated with it as well.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/net.c