core: update comment

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 9e93f6f092,
but this comment wasn't. Let's update it too.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2019-01-03 12:33:42 +01:00
parent f32c79ca50
commit 796ac4c12c

View file

@ -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;