From: Ken Helias Date: Wed, 6 Aug 2014 23:09:16 +0000 (-0700) Subject: list: fix order of arguments for hlist_add_after(_rcu) X-Git-Tag: omap-for-v3.17/fixes-against-rc2~137^2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d023284c31a4e40a94d5bbcb7dbb7a35ee0bcbc;p=pandora-kernel.git 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 Cc: "Paul E. McKenney" Acked-by: Jeff Kirsher [intel driver bits] Cc: Hugh Dickins Cc: Christoph Hellwig Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed