commit | 7d283aee50351ec19eaf654a8690d77c4e1dff50 | [log] [tgz] |
---|---|---|
author | Luis R. Rodriguez <lrodriguez@atheros.com> | Wed Aug 06 15:21:26 2008 -0700 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Aug 07 09:49:42 2008 -0400 |
tree | 8b0079f19db09ecd264cc2e8c428033fe725015f | |
parent | e6fce5b916cd7f7f79b2b3e53ba74bbfc1d7cf8b [diff] |
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 <a.p.zijlstra@chello.nl> Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>