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>
Tue, 26 Mar 2024 17:08:17 +0000 (11:08 -0600)
commit896953439a2133eb0bd0e98902641c73a83b8202
treeedc479999bc1958736545866963c9090808096f0
parent6faae29bff4968acde14b50fe7abd34831589988
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