projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f32c79c
)
core: update comment
author
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Thu, 3 Jan 2019 11:33:42 +0000
(12:33 +0100)
committer
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Mon, 18 Feb 2019 09:29:33 +0000
(10:29 +0100)
Initially, the check was that /usr is not a separate fs, and was later relaxed
to allow /usr to be mounted in the initramfs. Documentation was updated in
9e93f6f09229ffdbc46ab
,
but this comment wasn't. Let's update it too.
src/core/main.c
patch
|
blob
|
history
diff --git
a/src/core/main.c
b/src/core/main.c
index 561f956f0a5b9edbe8287dc723833e6f4413a3a5..47a976ad0fed4737305730cda91ad4483292f2aa 100644
(file)
--- a/
src/core/main.c
+++ b/
src/core/main.c
@@
-1382,7
+1382,7
@@
static int bump_rlimit_memlock(struct rlimit *saved_rlimit) {
static void test_usr(void) {
- /* Check that /usr is
not a separate fs
*/
+ /* Check that /usr is
either on the same file system as / or mounted already.
*/
if (dir_is_empty("/usr") <= 0)
return;