commit | ff3c44e675054533403909ecb76e78c1d4efbd26 | [log] [tgz] |
---|---|---|
author | Tom Herbert <tom@herbertland.com> | Mon Mar 07 14:11:00 2016 -0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Mar 09 16:36:13 2016 -0500 |
tree | 5700cd86c182eaa9172de44d3151439e4ff745ed | |
parent | 26e9093110fb9ceb10093e4914b129b58d49a425 [diff] |
rcu: Add list_next_or_null_rcu This is a convenience function that returns the next entry in an RCU list or NULL if at the end of the list. Signed-off-by: Tom Herbert <tom@herbertland.com> Signed-off-by: David S. Miller <davem@davemloft.net>