]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Create raw storage files with O_DSYNC (again)
authorJiri Denemark <jdenemar@redhat.com>
Mon, 22 Feb 2010 11:24:02 +0000 (12:24 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Mon, 22 Feb 2010 13:54:17 +0000 (14:54 +0100)
commit9568c1d985baab59d54f7cd155300f1f9bdbf3c0
treef87034b2998f44f7079d2c9a064c1ce66d50c324
parent617075f49f1d304deb70bab7eb82b24c32d2a85b
Create raw storage files with O_DSYNC (again)

Recently we introduced O_DSYNC flag when creating raw storage files to
avoid filling all disk cache with dirty pages. However, the patch got
lost when virStorageBackendCreateRaw was reworked using
virFileOperation. Let's use O_DSYNC again.
src/storage/storage_backend.c