From 8c9cfc28448bf671807e7d96b580221edebd71da Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 21 Oct 2015 19:45:44 +0200 Subject: import: when downloading images, create a subtree quota group for them --- src/shared/import-util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/shared/import-util.h') diff --git a/src/shared/import-util.h b/src/shared/import-util.h index 7bf7d4ca40..9120a5119f 100644 --- a/src/shared/import-util.h +++ b/src/shared/import-util.h @@ -47,3 +47,5 @@ bool dkr_id_is_valid(const char *id); bool dkr_ref_is_valid(const char *ref); bool dkr_digest_is_valid(const char *digest); #define dkr_tag_is_valid(tag) filename_is_valid(tag) + +int import_assign_pool_quota_and_warn(const char *path); -- cgit v1.2.3-54-g00ecf