list: make hlist_add_after() argument names match hlist_add_after_rcu()
authorKen Helias <[email protected]>
Wed, 6 Aug 2014 23:09:14 +0000 (16:09 -0700)
committerLinus Torvalds <[email protected]>
Thu, 7 Aug 2014 01:01:24 +0000 (18:01 -0700)
commitbc18dd335a161f9229ed3aaab88ce0706cbd9867
treed3dd9ad2bb3f24f8df02e1faaeac3cbca0ec3ba8
parentd25d9feced6c94398979a035868f03e8e8d49ce8
list: make hlist_add_after() argument names match hlist_add_after_rcu()

The argument names for hlist_add_after() are poorly chosen because they
look the same as the ones for hlist_add_before() but have to be used
differently.

hlist_add_after_rcu() has made a better choice.

Signed-off-by: Ken Helias <[email protected]>
Cc: "Paul E. McKenney" <[email protected]>
Cc: Christoph Hellwig <[email protected]>
Cc: Hugh Dickins <[email protected]>
Cc: Jeff Kirsher <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/linux/list.h