Re: Special Kernel Modification

Jeff Dike (jdike@karaya.com)
Mon, 05 Nov 2001 15:18:42 -0500


andrea@suse.de said:
> O_DIRECT is synchronous but only in terms of data, if you want the
> metadata to be synchronous as well you need to open with
> O_SYNC|O_DIRECT, and even in such case all the metadata reads will
> came from cache.

That's OK. The goal is to cram as many UMLs onto a host as possible by
eliminating caching as much as possible. If the metadata/data ratio is
small, then the metadata caching probably won't be noticable.

Jeff

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