In particular I'd like to get the copy fix in, since it might affect users for
the keyring bits.
Update submodule: libglnx
Closes: #1225
Approved by: jlebon
-Subproject commit e5856ca2939dca0589a836e3108dd3f9759e28fa
+Subproject commit e30154431d7eea6397e5502b175ba3b50330140f
guint64 delta;
struct dirent *dent;
struct stat stbuf;
- g_auto(GLnxLockFile) lockfile = GLNX_LOCK_FILE_INIT;
+ g_auto(GLnxLockFile) lockfile = { 0, };
gboolean did_lock;
if (!glnx_dirfd_iterator_next_dent (&dfd_iter, &dent, cancellable, error))
ostree_repo_init (OstreeRepo *self)
{
static gsize gpgme_initialized;
- GLnxLockFile empty_lockfile = GLNX_LOCK_FILE_INIT;
const GDebugKey test_error_keys[] = {
{ "pre-commit", OSTREE_REPO_TEST_ERROR_PRE_COMMIT },
};
self->tmp_dir_fd = -1;
self->objects_dir_fd = -1;
self->uncompressed_objects_dir_fd = -1;
- self->commit_stagedir_lock = empty_lockfile;
self->sysroot_kind = OSTREE_REPO_SYSROOT_KIND_UNKNOWN;
}
keys, G_N_ELEMENTS (keys));
self->sysroot_fd = -1;
- self->lock = (GLnxLockFile)GLNX_LOCK_FILE_INIT;
}
/**