diff options
author | 2006-06-26 00:24:39 -0700 | |
---|---|---|
committer | 2006-06-26 09:58:17 -0700 | |
commit | a7addcea6ac7c0e9733a48cda06ca0880f116a48 (patch) | |
tree | 5d18b98798c98dd2c044f4a9ed9c7b372c599a9c /fs/pnode.c | |
parent | [PATCH] use list_add_tail() instead of list_add() (diff) | |
download | linux-rng-a7addcea6ac7c0e9733a48cda06ca0880f116a48.tar.xz linux-rng-a7addcea6ac7c0e9733a48cda06ca0880f116a48.zip |
[PATCH] arch: use list_move()
This patch converts the combination of list_del(A) and list_add(A, B) to
list_move(A, B) under arch/.
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: "David S. Miller" <davem@davemloft.net>
Signed-off-by: Akinobu Mita <mita@miraclelinux.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs/pnode.c')
0 files changed, 0 insertions, 0 deletions