Commit d6bf73e4340f52159c1d9f13836b62e20fcd12d3

Authored by MinChan Kim
Committed by Linus Torvalds
1 parent 6a4ad39b3d

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>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

... ... @@ -803,7 +803,6 @@
803 803 int do_migrate_pages(struct mm_struct *mm,
804 804 const nodemask_t *from_nodes, const nodemask_t *to_nodes, int flags)
805 805 {
806   - LIST_HEAD(pagelist);
807 806 int busy = 0;
808 807 int err = 0;
809 808 nodemask_t tmp;