Re: truncate_list_pages() BUG and confusion

Andrew Morton (akpm@zip.com.au)
Thu, 07 Mar 2002 19:02:21 -0800


"Martin J. Bligh" wrote:
>
> Where did truncate_list_pages unlock it?

if (*partial && (offset + 1) == start) {
truncate_partial_page(page, *partial);
*partial = 0;
} else
truncate_complete_page(page);

UnlockPage(page);
} else
wait_on_page(page);

It's either unlocked directly, or we wait for whoever locked
it (presumably I/O) to unlock it.

-
-
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/