Re: [PATCH 1 of 2] Implement generic block_page_mkwrite() functionality
From: Nick Piggin <hidden>
Date: 2007-02-08 02:34:18
Also in:
linux-fsdevel, linux-xfs
From: Nick Piggin <hidden>
Date: 2007-02-08 02:34:18
Also in:
linux-fsdevel, linux-xfs
Chris Mason wrote:
On Thu, Feb 08, 2007 at 01:44:15AM +1100, David Chinner wrote:
quoted
So, do I need to grab the i_mutex here? Is that safe to do that in the middle of a page fault? If we do race with a truncate and the page is now beyond EOF, what am I supposed to return?Should it check to make sure the page is still in the address space after locking it?
Yes. If the page was truncated/invalidated, then you can just return and the pagefault handler should notice that it has been removed from the page tables. -- SUSE Labs, Novell Inc. Send instant messages to your online friends http://au.messenger.yahoo.com -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>