diff options
Diffstat (limited to 'src/import')
-rw-r--r-- | src/import/export-tar.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |