Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[merged] Rework libarchive import support #275

Closed
wants to merge 9 commits into from
16 changes: 0 additions & 16 deletions src/libostree/ostree-repo-commit.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,22 +36,6 @@
#include <sys/xattr.h>
#include <glib/gprintf.h>

struct OstreeRepoCommitModifier {
volatile gint refcount;

OstreeRepoCommitModifierFlags flags;
OstreeRepoCommitFilter filter;
gpointer user_data;
GDestroyNotify destroy_notify;

OstreeRepoCommitModifierXattrCallback xattr_callback;
GDestroyNotify xattr_destroy;
gpointer xattr_user_data;

OstreeSePolicy *sepolicy;
GHashTable *devino_cache;
};

gboolean
_ostree_repo_ensure_loose_objdir_at (int dfd,
const char *loose_path,
Expand Down
Loading