On Sun, 30 Jul 2000, Mike Galbraith wrote:
>I keep running into a deadlock with it looping forever trying to
>free memory, triggered by blocking in getblk->refill_freelist->..
>try_to_free_buffers->sync_page_buffers->zzzzz (kflushd runs forever).
That's a bug in sync_page_buffers. getblk is using GFP_BUFFER for
allocations, so sync_page_buffers shouldn't run ll_rw_block since __GFP_IO
isn't set.
Andrea
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Mon Jul 31 2000 - 21:00:35 EST