From 1783a48c87b951700198fc891595dcd6c7d7af34 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 4 Nov 2021 22:13:55 +0100 Subject: [PATCH] homework: add a const where appropriate --- src/home/homework-luks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/home/homework-luks.c b/src/home/homework-luks.c index ae101dd5bb6..41cdac9cc40 100644 --- a/src/home/homework-luks.c +++ b/src/home/homework-luks.c @@ -1382,7 +1382,7 @@ int home_setup_luks( return 0; } -static void print_size_summary(uint64_t host_size, uint64_t encrypted_size, struct statfs *sfs) { +static void print_size_summary(uint64_t host_size, uint64_t encrypted_size, const struct statfs *sfs) { assert(sfs); log_info("Image size is %s, file system size is %s, file system payload size is %s, file system free is %s.",