diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-03-10 15:55:58 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-03-10 15:55:58 +0100 |
commit | cb81cd8073392936882643af0129934bf67e96c4 (patch) | |
tree | 7609a50fcc65b9265e6e90aad8880f258c55a13e /src/import/export-tar.c | |
parent | e06fe15b1f27d9d2317b25232d6df1e0a60dfce2 (diff) |
shared: the btrfs quota field is called "referenced" not "referred"
Diffstat (limited to 'src/import/export-tar.c')
-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; |