mirror of
https://github.com/ostreedev/ostree.git
synced 2025-03-29 06:50:35 +03:00
Merge pull request #3395 from cgwalters/syncfs-clarification
commit: Clarify that syncfs is of repo/tmp
This commit is contained in:
commit
1f82bdeac9
@ -2233,7 +2233,7 @@ ostree_repo_commit_transaction (OstreeRepo *self, OstreeRepoTransactionStats *ou
|
||||
if (!self->disable_fsync && g_getenv ("OSTREE_SUPPRESS_SYNCFS") == NULL)
|
||||
{
|
||||
if (syncfs (self->tmp_dir_fd) < 0)
|
||||
return glnx_throw_errno_prefix (error, "syncfs");
|
||||
return glnx_throw_errno_prefix (error, "syncfs(repo/tmp)");
|
||||
}
|
||||
|
||||
if (!rename_pending_loose_objects (self, cancellable, error))
|
||||
|
Loading…
x
Reference in New Issue
Block a user