mm/page_alloc.c: use list_move() instead of list_del()/list_add() combination
authorKirill A. Shutemov <[email protected]>
Tue, 22 Mar 2011 23:33:41 +0000 (16:33 -0700)
committerLinus Torvalds <[email protected]>
Wed, 23 Mar 2011 00:44:09 +0000 (17:44 -0700)
commit84be48d84a53044e13aa8816aab201ab5480815d
tree5b4208fee6bb357112e764e5f778adc8529d1b1b
parenta42931bf9c02fbf3628a27a2a5c55d2b83e4ff20
mm/page_alloc.c: use list_move() instead of list_del()/list_add() combination

Signed-off-by: Kirill A. Shutemov <[email protected]>
Cc: Mel Gorman <[email protected]>
Cc: Rik van Riel <[email protected]>
Cc: KAMEZAWA Hiroyuki <[email protected]>
Reviewed-by: Christoph Lameter <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/page_alloc.c