linux/net/mpls
Eric W. Biederman 19d0c341d9 mpls: Cleanup the rcu usage in the code.
Sparse was generating a lot of warnings mostly from missing annotations
in the code.  Add missing annotations and in a few cases tweak the code
for performance by moving work before loops.

This also fixes a problematic ommision of rcu_assign_pointer and
rcu_dereference.

Hopefully with complete rcu annotations any new rcu errors will stick
out like a sore thumb.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-03-08 19:30:06 -04:00
..
af_mpls.c mpls: Cleanup the rcu usage in the code. 2015-03-08 19:30:06 -04:00
internal.h mpls: Functions for reading and wrinting mpls labels over netlink 2015-03-04 00:26:06 -05:00
Kconfig mpls: Basic routing support 2015-03-04 00:26:06 -05:00
Makefile mpls: Basic routing support 2015-03-04 00:26:06 -05:00
mpls_gso.c net: mark some potential candidates __read_mostly 2015-01-30 17:58:39 -08:00