Messages in this thread |  | | From | Daniel Phillips <> | Subject | Re: invalidate_inode_pages in 2.5.32/3 | Date | Fri, 13 Sep 2002 06:52:54 +0200 |
| |
On Friday 13 September 2002 06:19, I wrote: > And we need a locked_page_cache_release->free_locked_page.
Hmm, maybe not. We should be able to unlock the page just after removing it from the page cache.
By the way, the wait_on_page in lock_page is where we finally get around for waiting on those locked pages we couldn't get rid of in invalidate_inode_pages; what we have done here is shifted the wait from rpciod to normal users, which is exactly what we want.
-- Daniel - 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/
|  |