projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61b4443
)
nspawn: (void)ify more stuff
author
Lennart Poettering
<lennart@poettering.net>
Tue, 5 Mar 2019 17:58:56 +0000
(18:58 +0100)
committer
Lennart Poettering
<lennart@poettering.net>
Fri, 15 Mar 2019 14:33:09 +0000
(15:33 +0100)
src/nspawn/nspawn-cgroup.c
patch
|
blob
|
history
diff --git
a/src/nspawn/nspawn-cgroup.c
b/src/nspawn/nspawn-cgroup.c
index 97fa092caeee344da448c4ec2eb5c1d42b1d4e90..4a16f56d1ce48ca99a9a2ffff76c9413c9952e42 100644
(file)
--- a/
src/nspawn/nspawn-cgroup.c
+++ b/
src/nspawn/nspawn-cgroup.c
@@
-263,7
+263,7
@@
static int mount_legacy_cgroup_hierarchy(
if (r > 0)
return 0;
- mkdir_p(to, 0755);
+
(void)
mkdir_p(to, 0755);
/* The superblock mount options of the mount point need to be
* identical to the hosts', and hence writable... */