“c394ae8808c144a45ee6fccd26ffb3c6ac77d657”上不存在“...src/transfer/git@gitcode.net:paddlepaddle/Serving.git”
-
由 Jens Axboe 提交于
to #28170604 commit ebfcd8955c0b52eb793bcbc9e71140e3d0cdb228 upstream The socket read/write helpers only look at the file O_NONBLOCK. not the iocb IOCB_NOWAIT flag. This breaks users like preadv2/pwritev2 and io_uring that rely on not having the file itself marked nonblocking, but rather the iocb itself. Cc: netdev@vger.kernel.org Acked-by: NDavid Miller <davem@davemloft.net> Signed-off-by: NJens Axboe <axboe@kernel.dk> Acked-by: NJoseph Qi <joseph.qi@linux.alibaba.com> Signed-off-by: NXiaoguang Wang <xiaoguang.wang@linux.alibaba.com>
23ebac4d