forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
kernel/net/dccp/output.c
....@@ -185,7 +185,7 @@
185185
186186 /* And store cached results */
187187 icsk->icsk_pmtu_cookie = pmtu;
188
- dp->dccps_mss_cache = cur_mps;
188
+ WRITE_ONCE(dp->dccps_mss_cache, cur_mps);
189189
190190 return cur_mps;
191191 }