On Mon, Jan 29, 2007 at 09:20:58PM +1100, Nick Piggin wrote: > But it is sad that this thing got merged without any callers to even know > how it is intended to work. Must it be able to sleep?
Ocfs2 absolutely needs to be able to sleep in there in order to take cluster locks, do allocation, etc. I suspect ext3 and other file systems will want to sleep in there when they start caring about being able to allocate the page before it gets written to. For an example of what I'm talking about, there's a shared_writeable_mmap branch in ocfs2.git which makes use of ->page_mkwrite(). It's got some other small problems which need fixing (when I get the time to do so), but generally it should illustrate what we're likely to do. Thanks, --Mark -- Mark Fasheh Senior Software Developer, Oracle [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/