commit | 0a087bf232c35dbec3769c4402ca737995d7b734 | [log] [tgz] |
---|---|---|
author | Madhuparna Bhowmik <madhuparnabhowmik10@gmail.com> | Fri Feb 21 21:49:47 2020 +0530 |
committer | David S. Miller <davem@davemloft.net> | Mon Feb 24 13:02:53 2020 -0800 |
tree | 77edc9546fc909aa78d250392e713c62c1aa92db | |
parent | 958a93c15466c69e2ec531332e67011f549943bd [diff] |
net: 802: psnap.c: Use built-in RCU list checking list_for_each_entry_rcu() has built-in RCU and lock checking. Pass cond argument to list_for_each_entry_rcu() to silence false lockdep warning when CONFIG_PROVE_RCU_LIST is enabled by default. Signed-off-by: Madhuparna Bhowmik <madhuparnabhowmik10@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>