[PATCH] autonuma: release page_table_lock in scanning pmd

From: Hillf Danton
Date: Tue Mar 20 2012 - 08:30:47 EST


Only for unlikely corner case, unlock is added to pair lock.

Signed-off-by: Hillf Danton <dhillf@xxxxxxxxx>
---

--- a/mm/autonuma.c Sat Mar 17 11:01:50 2012
+++ b/mm/autonuma.c Tue Mar 20 19:58:44 2012
@@ -522,7 +522,8 @@ static int knumad_scan_pmd(struct mm_str
spin_unlock(&mm->page_table_lock);
goto out;
}
- }
+ } else
+ spin_unlock(&mm->page_table_lock);
}

VM_BUG_ON(!pmd_present(*pmd));
--
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/