Eric Dumazet
ded85aa86b
fib_hash: fix rcu sparse and logical errors
...
While fixing CONFIG_SPARSE_RCU_POINTER errors, I had to fix accesses to
fz->fz_hash for real.
- &fz->fz_hash[fn_hash(f->fn_key, fz)]
+ rcu_dereference(fz->fz_hash) + fn_hash(f->fn_key, fz)
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-10-26 11:42:39 -07:00
..
2010-10-21 04:26:39 -07:00
2010-10-25 13:09:44 -07:00
2010-10-25 13:09:43 -07:00
2010-10-23 11:47:02 -07:00
2010-10-24 13:41:39 -07:00
2010-10-23 11:47:02 -07:00
2010-10-21 04:25:48 -07:00
2010-10-06 19:39:31 -07:00
2010-10-21 04:27:03 -07:00
2010-10-20 15:38:23 -07:00
2010-10-26 11:42:38 -07:00
2010-10-23 11:47:02 -07:00
2010-10-11 13:06:53 -07:00
2010-09-23 14:33:39 -07:00
2010-09-23 14:33:39 -07:00
2010-10-26 11:42:39 -07:00
2010-10-26 09:08:53 -07:00
2010-10-21 15:44:13 +02:00
2010-10-24 13:41:39 -07:00
2010-09-23 14:33:39 -07:00
2010-10-24 22:26:41 -07:00
2010-10-25 14:45:56 -04:00
2010-10-25 13:58:36 -07:00
2010-10-24 16:25:39 -07:00
2010-10-20 01:55:54 -07:00
2010-10-21 08:43:05 -07:00
2010-10-23 11:47:02 -07:00
2010-09-27 01:03:03 -07:00
2010-10-23 11:47:02 -07:00
2010-10-23 11:47:02 -07:00
2010-10-24 13:41:39 -07:00
2010-10-21 08:43:05 -07:00
2010-10-05 14:54:36 -07:00
2010-10-25 14:43:14 -04:00
2010-10-23 11:47:02 -07:00
2010-10-21 03:09:46 -07:00
2010-10-20 15:37:28 -07:00
2010-10-20 15:37:28 -07:00
2010-10-15 15:53:27 +02:00
2010-10-23 11:47:02 -07:00