]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
netlabel_domainhash.c: Use built-in RCU list checking
authorMadhuparna Bhowmik <madhuparnabhowmik10@gmail.com>
Tue, 18 Feb 2020 18:41:32 +0000 (00:11 +0530)
committerDavid S. Miller <davem@davemloft.net>
Tue, 18 Feb 2020 20:44:23 +0000 (12:44 -0800)
commit9facfdb5467382a21fc0bd4211ced26c06f28832
treef8215ce7b8f2ac7f34189989deab631751067c3c
parent8c70c3d72833a08214ff8c8df1f7d9778509888d
netlabel_domainhash.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>
net/netlabel/netlabel_domainhash.c