Re: [PATCH 1/1] ext4: detect directories in ext4fs_exists()

2024-03-04 Thread Tom Rini
On Tue, Feb 20, 2024 at 12:54:23PM +0100, Heinrich Schuchardt wrote: > 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

Re: [PATCH 1/1] ext4: detect directories in ext4fs_exists()

2024-02-20 Thread Caleb Connolly
On 20/02/2024 11:54, Heinrich Schuchardt wrote: > 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,

[PATCH 1/1] ext4: detect directories in ext4fs_exists()

2024-02-20 Thread Heinrich Schuchardt
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