mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-06 13:41:31 +00:00
delta: ensure that d_type will be set on every fs
This commit is contained in:
@@ -316,6 +316,8 @@ static int enumerate_dir(Hashmap *top, Hashmap *bottom, Hashmap *drops, const ch
|
||||
if (!de)
|
||||
return -errno;
|
||||
|
||||
dirent_ensure_type(d, de);
|
||||
|
||||
if (dropins && de->d_type == DT_DIR && endswith(de->d_name, ".d"))
|
||||
enumerate_dir_d(top, bottom, drops, path, de->d_name);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user