diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2016-07-26 15:22:11 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2016-07-26 16:19:19 -0700 |
commit | de24baecd7628aa19e8b53530bb33f8ffbaf5220 (patch) | |
tree | 2f5bc8f8243b300de9fd269f2a49c0442684f734 /net | |
parent | 91c6a05f72a996bee5133e76374ab3ad7d3b9b72 (diff) | |
download | op-kernel-dev-de24baecd7628aa19e8b53530bb33f8ffbaf5220.zip op-kernel-dev-de24baecd7628aa19e8b53530bb33f8ffbaf5220.tar.gz |
mm/slab: use list_move instead of list_del/list_add
Using list_move() instead of list_del() + list_add() to avoid needlessly
poisoning the next and prev values.
Link: http://lkml.kernel.org/r/1468929772-9174-1-git-send-email-weiyj_lk@163.com
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Acked-by: David Rientjes <rientjes@google.com>
Acked-by: Christoph Lameter <cl@linux.com>
Cc: Pekka Enberg <penberg@kernel.org>
Cc: Joonsoo Kim <iamjoonsoo.kim@lge.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions