io_uring/net: remove (now) dead code in io_netmsg_recycle()
authorJens Axboe <axboe@kernel.dk>
Thu, 21 Mar 2024 01:09:50 +0000 (19:09 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 15 Apr 2024 14:10:25 +0000 (08:10 -0600)
commit9f8539fe299c250af42325eccff66e8b8d1f15da
tree39154bb549ffd02edf024d1377bb4a33e3e6c1c8
parent6498c5c97ce73770ed227eb52b14d21c8343fd5b
io_uring/net: remove (now) dead code in io_netmsg_recycle()

All net commands have async data at this point, there's no reason to
check if this is the case or not.

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