Re: vm fixes for 2.4.19rc1

From: Andrea Arcangeli (andrea@suse.de)
Date: Thu Jun 27 2002 - 15:43:28 EST


On Thu, Jun 27, 2002 at 04:14:13PM -0400, Andrea Arcangeli wrote:
> if (PageLocked(page))
> BUG();
> if (PageLRU(page))
> - BUG();
> + lru_cache_del(page);
>
>
> This fixes a bug I found two days ago, it could explain the nvidia

please don't add the above one liner, on a second thought it wasn't a
bug here because we add to the local list only after running
lru_cache_del, so it still has to be an issue with the nvidia drivers,
but everything else in the previous patch still is valid :), however
nothing high prio here.

Andrea
-
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 Jun 30 2002 - 22:00:12 EST