X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fnet%2Ffib_rules.h;h=075f1e3a0fedf77dbe1cebb42e41ac930c304fca;hb=31dced41c6822ce751c033a53502ea4d8d399422;hp=106f3097d38452e9764e60115f88ea768d6cb15c;hpb=8f08bfd4777a2953d18db756938d90a5b532eb1a;p=pandora-kernel.git diff --git a/include/net/fib_rules.h b/include/net/fib_rules.h index 106f3097d384..075f1e3a0fed 100644 --- a/include/net/fib_rules.h +++ b/include/net/fib_rules.h @@ -20,7 +20,7 @@ struct fib_rule { u32 table; u8 action; u32 target; - struct fib_rule * ctarget; + struct fib_rule __rcu *ctarget; char iifname[IFNAMSIZ]; char oifname[IFNAMSIZ]; struct rcu_head rcu;