Loading net/smc/af_smc.c +2 −2 Original line number Diff line number Diff line Loading @@ -1566,10 +1566,10 @@ static __poll_t smc_poll(struct file *file, struct socket *sock, mask |= EPOLLIN | EPOLLRDNORM | EPOLLRDHUP; if (sk->sk_state == SMC_APPCLOSEWAIT1) mask |= EPOLLIN; } if (smc->conn.urg_state == SMC_URG_VALID) mask |= EPOLLPRI; } } return mask; } Loading Loading
net/smc/af_smc.c +2 −2 Original line number Diff line number Diff line Loading @@ -1566,10 +1566,10 @@ static __poll_t smc_poll(struct file *file, struct socket *sock, mask |= EPOLLIN | EPOLLRDNORM | EPOLLRDHUP; if (sk->sk_state == SMC_APPCLOSEWAIT1) mask |= EPOLLIN; } if (smc->conn.urg_state == SMC_URG_VALID) mask |= EPOLLPRI; } } return mask; } Loading