]> git.dujemihanovic.xyz Git - u-boot.git/commit
fs: ext4: all file paths are absolute
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 27 Mar 2024 08:09:27 +0000 (09:09 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 10 Apr 2024 15:34:53 +0000 (09:34 -0600)
commit4ed2b1af4599a36584e9195b50bbfcdf06d0f613
tree90757da247339a76d765819a9aa4e13bba26c537
parentd2986567b27dae764b19886bcda1d24b7c41d075
fs: ext4: all file paths are absolute

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 <patrice.chotard@foss.st.com>
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Tested-by: Patrice Chotard <patrice.chotard@foss.st.com>
fs/ext4/ext4_common.c