[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.1.10.0901281140540.7765@qirst.com>
Date: Wed, 28 Jan 2009 11:42:36 -0500 (EST)
From: Christoph Lameter <cl@...ux-foundation.org>
To: Daisuke Nishimura <nishimura@....nes.nec.co.jp>
cc: Andrew Morton <akpm@...ux-foundation.org>,
LKML <linux-kernel@...r.kernel.org>,
linux-mm <linux-mm@...ck.org>
Subject: Re: [PATCH] migration: migrate_vmas should check "vma"
On Wed, 28 Jan 2009, Daisuke Nishimura wrote:
> migrate_vmas() should check "vma" not "vma->vm_next" for for-loop condition.
The loop condition is checked before vma = vma->vm_next. So the last
iteration of the loop will now be run with vma = NULL?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists