diff options
author | MinChan Kim <minchan.kim@gmail.com> | 2008-08-12 15:08:52 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-08-12 16:07:29 -0700 |
commit | d6bf73e4340f52159c1d9f13836b62e20fcd12d3 (patch) | |
tree | 18e3b9e4f126958d7d55758d9a70375a847b5760 /mm | |
parent | 6a4ad39b3de60ad0e75a78098be0f0eb1722b753 (diff) | |
download | linux-3.10-d6bf73e4340f52159c1d9f13836b62e20fcd12d3.tar.gz linux-3.10-d6bf73e4340f52159c1d9f13836b62e20fcd12d3.tar.bz2 linux-3.10-d6bf73e4340f52159c1d9f13836b62e20fcd12d3.zip |
do_migrate_pages(): remove unused variable
Signed-off-by: MinChan Kim <minchan.kim@gmail.com>
Acked-by: Christoph Lameter <cl@linux-foundation.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm')
-rw-r--r-- | mm/mempolicy.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/mempolicy.c b/mm/mempolicy.c index e550bec2058..83369058ec1 100644 --- a/mm/mempolicy.c +++ b/mm/mempolicy.c @@ -803,7 +803,6 @@ static int migrate_to_node(struct mm_struct *mm, int source, int dest, int do_migrate_pages(struct mm_struct *mm, const nodemask_t *from_nodes, const nodemask_t *to_nodes, int flags) { - LIST_HEAD(pagelist); int busy = 0; int err = 0; nodemask_t tmp; |