From cb81cd8073392936882643af0129934bf67e96c4 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 10 Mar 2015 15:55:58 +0100 Subject: shared: the btrfs quota field is called "referenced" not "referred" --- src/import/export-tar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/import') diff --git a/src/import/export-tar.c b/src/import/export-tar.c index 80de83896b..c27bab46b0 100644 --- a/src/import/export-tar.c +++ b/src/import/export-tar.c @@ -284,7 +284,7 @@ int tar_export_start(TarExport *e, const char *path, int fd, ImportCompressType r = btrfs_subvol_get_quota_fd(sfd, &q); if (r >= 0) - e->quota_referenced = q.referred; + e->quota_referenced = q.referenced; free(e->temp_path); e->temp_path = NULL; -- cgit v1.2.3-54-g00ecf