mirror of
https://gitee.com/openharmony/kernel_linux
synced 2025-02-19 10:49:40 +00:00
![Bob Breuer](/assets/img/avatar_default.png)
In some cases such as: iph->check = 0; iph->check = ip_fast_csum((unsigned char *)iph, iph->ihl); GCC may optimize out the previous store. Observed as a failure of NFS over udp (bad checksums on ip fragments) when compiled with GCC 3.4.2. Signed-off-by: Bob Breuer <breuerr@mc.net> Signed-off-by: David S. Miller <davem@davemloft.net>