1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-30 06:25:37 +03:00

homework: add a const where appropriate

This commit is contained in:
Lennart Poettering 2021-11-04 22:13:55 +01:00
parent cbae575e0f
commit 1783a48c87

View File

@ -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.",