[PATCH] 2.4.9-ac16 swapoff 2*vfree

From: Hugh Dickins (hugh@veritas.com)
Date: Thu Sep 27 2001 - 14:03:32 EST


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/



This archive was generated by hypermail 2b29 : Sun Sep 30 2001 - 21:00:57 EST