]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/net/fib_rules.h
MIPS: Make TASK_SIZE reflect proper size for both 32 and 64 bit processes.
[karo-tx-linux.git] / include / net / fib_rules.h
index 106f3097d38452e9764e60115f88ea768d6cb15c..075f1e3a0fedf77dbe1cebb42e41ac930c304fca 100644 (file)
@@ -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;