X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-dump.c;h=887a20822d828ef6dab98f58f156e37bebefdf06;hp=2849eabaadb9b292b0eab8e4dab6c10d4b26398d;hb=44327ca86d8e3563490801f57a2d1ca455d9588e;hpb=3c13bc0321baaf340663779d6fce2b1f34c1c2c3 diff --git a/notmuch-dump.c b/notmuch-dump.c index 2849eaba..887a2082 100644 --- a/notmuch-dump.c +++ b/notmuch-dump.c @@ -169,7 +169,7 @@ notmuch_database_dump (notmuch_database_t *notmuch, } if (output_file_name) { - ret = fdatasync (outfd); + ret = fsync (outfd); if (ret) { fprintf (stderr, "Error syncing %s to disk: %s\n", name_for_error, strerror (errno));