Re: [PATCH v2 1/1] fs: ext4: all file paths are absolute

2024-04-10 Thread Tom Rini
On Wed, 27 Mar 2024 09:09:27 +0100, Heinrich Schuchardt wrote: > U-Boot only knows absolute file paths. It is inconsistent to require that > saving to an ext4 file system should use a leading '/' while reading does > not. Remove the superfluous check. > > Applied to u-boot/master, thanks! --

[PATCH v2 1/1] fs: ext4: all file paths are absolute

2024-03-27 Thread Heinrich Schuchardt
U-Boot only knows absolute file paths. It is inconsistent to require that saving to an ext4 file system should use a leading '/' while reading does not. Remove the superfluous check. Reported-by: Patrice Chotard Signed-off-by: Heinrich Schuchardt Reviewed-by: Ilias Apalodimas Tested-by: Patrice