...rrent_len == 0) {
if (filp->f_flags & O_NONBLOCK) { // 如果为非阻塞立刻返回
ret = -EAGAIN;
goto out;
&...