kernel/net/ipv4/fib_trie.c
.. .. @@ -1534,7 +1534,8 @@ 1534 1534 } 1535 1535 if (fa->fa_tos && fa->fa_tos != flp->flowi4_tos) 1536 1536 continue; 1537 - if (fi->fib_dead)1537 + /* Paired with WRITE_ONCE() in fib_release_info() */1538 + if (READ_ONCE(fi->fib_dead))1538 1539 continue; 1539 1540 if (fa->fa_info->fib_scope < flp->flowi4_scope) 1540 1541 continue;