commit | e70f04fb8d69b9e02af608ec4b292bdf2f37c915 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Tue Feb 20 12:54:23 2024 +0100 |
committer | Tom Rini <trini@konsulko.com> | Mon Mar 04 10:25:47 2024 -0500 |
tree | 17be275a389563d34f61f41de620819eab72398d | |
parent | 3766a249a3c0686c690bab1ce31a1c1090c74d29 [diff] |
ext4: detect directories in ext4fs_exists() While fat_exists() reports directories and files as existing ext4fs_exists() only recognizes files. This lead to errors when using systemd-boot with an ext4 file-system. Change ext4fs_exists() to find any type of inode: files, directories, symbolic links. Fixes: a1596438a689 ("ext4fs ls load support") Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>