Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d6bf73e4 authored by MinChan Kim's avatar MinChan Kim Committed by Linus Torvalds
Browse files

do_migrate_pages(): remove unused variable

parent 6a4ad39b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;