]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
os/newstore: combined O_DSYNC with O_DIRECT
authorSage Weil <sage@redhat.com>
Mon, 20 Apr 2015 19:49:46 +0000 (12:49 -0700)
committerSage Weil <sage@redhat.com>
Tue, 1 Sep 2015 17:39:39 +0000 (13:39 -0400)
commit5d8e14653dcfc140da3d37af3b185dc204d47def
tree38b6392f62946e07acfaf3c64f09e6ae100d98fd
parentb7a53b58741deff5d10b92f719fc42a351d4d0f4
os/newstore: combined O_DSYNC with O_DIRECT

This avoids the need for an explicit fdatasync when doing O_DIRECT.

Signed-off-by: Sage Weil <sage@redhat.com>
src/os/newstore/NewStore.cc