Commit d3bf7b06 authored by Dipankar Sarma's avatar Dipankar Sarma Committed by David S. Miller

[IPV4]: lockfree ipv4 route cache

parent dfc0a507
......@@ -10,6 +10,7 @@
#include <linux/config.h>
#include <linux/rtnetlink.h>
#include <linux/rcupdate.h>
#include <net/neighbour.h>
#include <asm/processor.h>
......@@ -71,6 +72,7 @@ struct dst_entry
#endif
struct dst_ops *ops;
struct rcu_head rcu_head;
char info[0];
};
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment