]> code.ossystems Code Review - openembedded-core.git/commit
systemd: fix NFS regression
authorChen Qi <Qi.Chen@windriver.com>
Fri, 27 Sep 2019 06:42:51 +0000 (14:42 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 27 Sep 2019 12:39:27 +0000 (13:39 +0100)
commit9973f89dafdf9d21f4021f59f1f4669f4ac13aff
tree42a10879f6015c72362770071f7c2e322217f4a8
parenta9db9617349a766ffe0df724fff9266eb1667cdd
systemd: fix NFS regression

Currently systemd cannot boot correctly on NFS. This is because
the code uses readdir which returns DT_UNKNOWN instead of DT_LNK
on NFS. So consider DT_UNKNOWN to fix this problem.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/systemd/systemd/0001-unit-file.c-consider-symlink-on-filesystems-like-NFS.patch [new file with mode: 0644]
meta/recipes-core/systemd/systemd_243.bb