Oleg Nesterov 626ab0e69d [PATCH] list: use list_replace_init() instead of list_splice_init()
list_splice_init(list, head) does unneeded job if it is known that
list_empty(head) == 1.  We can use list_replace_init() instead.

Signed-off-by: Oleg Nesterov <oleg@tv-sign.ru>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-06-23 07:43:07 -07:00
..
2006-05-16 15:23:40 -07:00
2006-06-17 21:30:16 -07:00
2006-06-17 22:48:48 -07:00
2006-06-17 21:29:45 -07:00
2005-08-29 15:31:14 -07:00
2006-06-17 21:29:19 -07:00
2006-06-19 23:57:59 -07:00
2006-06-20 03:26:14 -07:00
2006-01-12 14:06:31 -08:00
2005-04-16 15:20:36 -07:00