]> git.baikalelectronics.ru Git - kernel.git/commit
io_uring: support MSG_WAITALL for IORING_OP_SEND(MSG)
authorJens Axboe <axboe@kernel.dk>
Thu, 21 Apr 2022 01:21:36 +0000 (19:21 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 25 Apr 2022 00:18:18 +0000 (18:18 -0600)
commit8b09b4fd2bbe23337423dce42cdce94b39beee64
treed1e8a8b484182dde10becb985808e89c114f0d38
parent144f46ea1dcd87f936e0705e88e3c3e78a07bef8
io_uring: support MSG_WAITALL for IORING_OP_SEND(MSG)

Like commit cb9342f20212 for recv/recvmsg, support MSG_WAITALL for the
send side. If this flag is set and we do a short send, retry for a
stream of seqpacket socket.

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