projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbae575
)
homework: add a const where appropriate
author
Lennart Poettering
<lennart@poettering.net>
Thu, 4 Nov 2021 21:13:55 +0000
(22:13 +0100)
committer
Lennart Poettering
<lennart@poettering.net>
Fri, 12 Nov 2021 21:15:51 +0000
(22:15 +0100)
src/home/homework-luks.c
patch
|
blob
|
history
diff --git
a/src/home/homework-luks.c
b/src/home/homework-luks.c
index ae101dd5bb65d4bf2d429d545d70774112fc007b..41cdac9cc4015be941853ae1beff5bd0c2120b01 100644
(file)
--- 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.",