chiark / gitweb /
shared: the btrfs quota field is called "referenced" not "referred"
[elogind.git] / src / import / export-tar.c
index 80de83896b028d02f7688fbef612563aa4581d36..c27bab46b0be5d3064c0c15e0a255762ec47fc8e 100644 (file)
@@ -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;