commit | 721e9089905ab7aebd5364b86b5f068f632a0e49 | [log] [tgz] |
---|---|---|
author | Mat Martineau <mathew.j.martineau@linux.intel.com> | Tue Jul 28 15:12:10 2020 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 28 17:02:42 2020 -0700 |
tree | 2bd8b02c5c6923f3b9795f15cec739e5fab68891 | |
parent | c75293925f24630326abdf79751d980ec3878f65 [diff] |
mptcp: Safely store sequence number when sending data The MPTCP socket's write_seq member can be read without the msk lock held, so use WRITE_ONCE() to store it. Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>