Loading net/mptcp/protocol.c +1 −1 Original line number Diff line number Diff line Loading @@ -1269,7 +1269,7 @@ static void mptcp_retransmit_handler(struct sock *sk) { struct mptcp_sock *msk = mptcp_sk(sk); if (atomic64_read(&msk->snd_una) == msk->write_seq) { if (atomic64_read(&msk->snd_una) == READ_ONCE(msk->write_seq)) { mptcp_stop_timer(sk); } else { set_bit(MPTCP_WORK_RTX, &msk->flags); Loading Loading
net/mptcp/protocol.c +1 −1 Original line number Diff line number Diff line Loading @@ -1269,7 +1269,7 @@ static void mptcp_retransmit_handler(struct sock *sk) { struct mptcp_sock *msk = mptcp_sk(sk); if (atomic64_read(&msk->snd_una) == msk->write_seq) { if (atomic64_read(&msk->snd_una) == READ_ONCE(msk->write_seq)) { mptcp_stop_timer(sk); } else { set_bit(MPTCP_WORK_RTX, &msk->flags); Loading