From: Jiri Olsa <[email protected]> Date: Mon, 1 Nov 2010 20:15:09 +0100
> the rcu_dereference_check is defined as > > #define rcu_dereference_check(p, c) \ > __rcu_dereference_check((p), rcu_read_lock_held() || (c), __rcu) > > so the caller does not need to specify rcu_read_lock_held() condition. > > Signed-off-by: Jiri Olsa <[email protected]> Acked-by: David S. Miller <[email protected]> _______________________________________________ Containers mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/containers _______________________________________________ Devel mailing list [email protected] https://openvz.org/mailman/listinfo/devel
