On Tue, 19 Jul 2016, Wei Yongjun wrote: > From: Wei Yongjun <[email protected]> > > Using list_move() instead of list_del() + list_add(). >
... to prevent needlessly poisoning the next and prev values. > Signed-off-by: Wei Yongjun <[email protected]> Acked-by: David Rientjes <[email protected]>

