Re: vm fixes for 2.4.19rc1

Andrea Arcangeli (andrea@suse.de)
Thu, 27 Jun 2002 16:43:28 -0400


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/