Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b24d21 commit f7b9d26Copy full SHA for f7b9d26
deps/reftable/stack.c
@@ -46,7 +46,7 @@ static int stack_fsync(const struct reftable_write_options *opts, int fd)
46
{
47
if (opts->fsync)
48
return opts->fsync(fd);
49
- return fsync(fd);
+ return 0;
50
}
51
52
static ssize_t reftable_write_data(int fd, const void *data, size_t size)
0 commit comments