Messages in this thread |  | | Date | Thu, 27 Sep 2001 15:36:31 -0400 (EDT) | From | Alexander Viro <> | Subject | Re: [PATCH] 2.4.9-ac16 swapoff 2*vfree |
| |
On Thu, 27 Sep 2001, Hugh Dickins wrote:
> 2.4.9-ac16 swapoff warns "Trying to vfree() nonexistent vm area": > the new (outside locks) vfree added, the old (inside) not removed.
Oh, crap... Thanks for spotting.
> 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/
|  |