linux-stable/drivers/net/xen-netback
Wei Yongjun 1345b1ac57 xen-netback: 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>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-08-23 17:00:26 -07:00
..
common.h xen-netback: create a debugfs node for hash information 2016-08-18 23:29:09 -07:00
hash.c xen-netback: using kfree_rcu() to simplify the code 2016-08-23 17:00:26 -07:00
interface.c xen-netback: only deinitialized hash if it was initialized 2016-05-20 17:41:18 -04:00
Makefile xen-netback: add control protocol implementation 2016-05-16 13:35:56 -04:00
netback.c xen-netback: use hash value from the frontend 2016-05-16 13:35:56 -04:00
xenbus.c xen-netback: create a debugfs node for hash information 2016-08-18 23:29:09 -07:00