Re: [PATCH] [Request for inclusion] Filesystem in Userspace

From: Bryan Henderson
Date: Thu Nov 18 2004 - 12:44:03 EST


> 1) not allowing share writable mappings
>...
>In the first case there will never be dirty data, since normal writes
>go synchronously through the page cache.

A normal write is a VFS write() call, I assume. While they're going
through the page cache, the pages are dirty, right? Is it possible that
FUSE needs more real memory after dirtying those pages in order to finish
cleaning them?

What about the 3rd case: private writable mapping? How does that work?

--
Bryan Henderson IBM Almaden Research Center
San Jose CA Filesystems
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/