tmp_suning_uos_patched/Documentation/RCU
Ken Helias 1d023284c3 list: fix order of arguments for hlist_add_after(_rcu)
All other add functions for lists have the new item as first argument
and the position where it is added as second argument.  This was changed
for no good reason in this function and makes using it unnecessary
confusing.

The name was changed to hlist_add_behind() to cause unconverted code to
generate a compile error instead of using the wrong parameter order.

[akpm@linux-foundation.org: coding-style fixes]
Signed-off-by: Ken Helias <kenhelias@firemail.de>
Cc: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
Acked-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>	[intel driver bits]
Cc: Hugh Dickins <hughd@google.com>
Cc: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2014-08-06 18:01:24 -07:00
..
00-INDEX
arrayRCU.txt
checklist.txt
listRCU.txt
lockdep-splat.txt
lockdep.txt
NMI-RCU.txt
rcu_dereference.txt
rcu.txt
rcubarrier.txt
rculist_nulls.txt
rcuref.txt
RTFP.txt
stallwarn.txt
torture.txt
trace.txt
UP.txt
whatisRCU.txt