From: Luis R. Rodriguez Date: Wed, 6 Aug 2008 22:21:26 +0000 (-0700) Subject: list.h: Add list_splice_tail() and list_splice_tail_init() X-Git-Tag: v2.6.27-rc3~69^2~5^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d283aee50351ec19eaf654a8690d77c4e1dff50;p=pandora-kernel.git list.h: Add list_splice_tail() and list_splice_tail_init() If you are using linked lists for queues list_splice() will not do what you would expect even if you use the elements passed reversed. We need to handle these differently. We add list_splice_tail() and list_splice_tail_init(). Signed-off-by: Peter Zijlstra Signed-off-by: Luis R. Rodriguez Signed-off-by: John W. Linville --- Reading git-diff-tree failed