From d1af65d13f3625543916a85c86d02826df910fcf Mon Sep 17 00:00:00 2001 From: David Miller Date: Wed, 28 Feb 2007 20:13:13 -0800 Subject: [PATCH] [PATCH] Bug in MM_RB debugging The code is seemingly trying to make sure that rb_next() brings us to successive increasing vma entries. But the two variables, prev and pend, used to perform these checks, are never advanced. Signed-off-by: David S. Miller Cc: Andrea Arcangeli Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-format-patch failed