commit | 6dc14dc40a1d1dafd8491c349b5f3e15aabc4edb | [log] [tgz] |
---|---|---|
author | Wei Yongjun <weiyongjun1@huawei.com> | Tue Nov 14 06:27:12 2017 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Nov 14 22:02:08 2017 +0900 |
tree | 35f12077fe9da376dc55d426756f74b10c3ad36a | |
parent | 06c2351fdebb38803f10ace19ed8daf9b9c91e12 [diff] |
openvswitch: Using kfree_rcu() to simplify the code The callback function of call_rcu() just calls a kfree(), so we can use kfree_rcu() instead of call_rcu() + callback function. Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Acked-by: Pravin B Shelar <pshelar@ovn.org> Signed-off-by: David S. Miller <davem@davemloft.net>