commit | e2ac63857315b3f08aa7600b7f395e8bd1ec67fc | [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 | c588e9ba3615546df41ed186f9d9932794afc956 [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>