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>
This commit is contained in:
parent
6a4ad39b3d
commit
d6bf73e434
|
@ -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,
|
int do_migrate_pages(struct mm_struct *mm,
|
||||||
const nodemask_t *from_nodes, const nodemask_t *to_nodes, int flags)
|
const nodemask_t *from_nodes, const nodemask_t *to_nodes, int flags)
|
||||||
{
|
{
|
||||||
LIST_HEAD(pagelist);
|
|
||||||
int busy = 0;
|
int busy = 0;
|
||||||
int err = 0;
|
int err = 0;
|
||||||
nodemask_t tmp;
|
nodemask_t tmp;
|
||||||
|
|
Loading…
Reference in New Issue