[PATCH] 2.4.9-ac16 swapoff 2*vfree

Hugh Dickins (hugh@veritas.com)
Thu, 27 Sep 2001 20:03:32 +0100 (BST)


2.4.9-ac16 swapoff warns "Trying to vfree() nonexistent vm area":
the new (outside locks) vfree added, the old (inside) not removed.

Hugh

--- 2.4.9-ac16/mm/swapfile.c Thu Sep 27 19:10:00 2001
+++ linux/mm/swapfile.c Thu Sep 27 19:43:12 2001
@@ -636,7 +636,6 @@
p->swap_device = 0;
p->max = 0;
swap_map = p->swap_map;
- vfree(p->swap_map);
p->swap_map = NULL;
p->flags = 0;
swap_device_unlock(p);

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