From: Ken Helias Date: Wed, 6 Aug 2014 23:09:18 +0000 (-0700) Subject: klist: use same naming scheme as hlist for klist_add_after() X-Git-Tag: omap-for-v3.17/fixes-against-rc2~137^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f9859ca92c9182bcb8f18c55cae1a04627cbb59;p=pandora-kernel.git klist: use same naming scheme as hlist for klist_add_after() The name was modified from hlist_add_after() to hlist_add_behind() when adjusting the order of arguments to match the one with klist_add_after(). This is necessary to break old code when it would use it the wrong way. Make klist follow this naming scheme for consistency. 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