Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ipv4: frags: precedence bug in ip_expire()
We accidentally removed the parentheses here, but they are required because '!' has higher precedence than '&'. Fixes: fa0f527 ("ip: use rb trees for IP frag queue.") Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>
- Loading branch information