summaryrefslogtreecommitdiff
path: root/src/machine/machined-dbus.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-01-19 17:01:15 +0100
committerLennart Poettering <lennart@poettering.net>2015-01-19 20:24:09 +0100
commitc19de71113f956809995fc68817e055e9f61f607 (patch)
treebf2df35651e663d96e5677a719cb38bd5e0c9d4a /src/machine/machined-dbus.c
parent1c7dd82563ff2e71a067aea20d2acb2d0553644b (diff)
machined: refer to the disk space allocated for an image to "usage" rather than "size"
After all, it's closer to the "du"-reported value than to the file sizes...
Diffstat (limited to 'src/machine/machined-dbus.c')
-rw-r--r--src/machine/machined-dbus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/machine/machined-dbus.c b/src/machine/machined-dbus.c
index 233c6e8ddb..ac19695c92 100644
--- a/src/machine/machined-dbus.c
+++ b/src/machine/machined-dbus.c
@@ -504,7 +504,7 @@ static int method_list_images(sd_bus *bus, sd_bus_message *message, void *userda
image->read_only,
image->crtime,
image->mtime,
- image->size,
+ image->usage,
p);
if (r < 0)
return r;