From: Ken Helias Date: Wed, 6 Aug 2014 23:09:14 +0000 (-0700) Subject: list: make hlist_add_after() argument names match hlist_add_after_rcu() X-Git-Tag: omap-for-v3.17/fixes-against-rc2~137^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc18dd335a161f9229ed3aaab88ce0706cbd9867;p=pandora-kernel.git 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 Cc: "Paul E. McKenney" Cc: Christoph Hellwig Cc: Hugh Dickins Cc: Jeff Kirsher Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed