u-boot/fs/ext4
Heinrich Schuchardt 4ed2b1af45 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>
2024-04-10 09:34:53 -06:00
..
dev.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
ext4_common.c fs: ext4: all file paths are absolute 2024-04-10 09:34:53 -06:00
ext4_common.h ext4: detect directories in ext4fs_exists() 2024-03-04 10:25:47 -05:00
ext4_journal.c fs: ext4: make "File System is consistent\n" a debug message 2024-04-10 09:34:53 -06:00
ext4_journal.h ext4: add support for filesystems without JOURNAL 2019-07-18 11:31:24 -04:00
ext4_write.c fs: ext4: Change the Settings of file permissions 2024-04-10 09:34:52 -06:00
ext4fs.c ext4: detect directories in ext4fs_exists() 2024-03-04 10:25:47 -05:00
Kconfig fs: Migrate ext4 to Kconfig 2018-01-22 16:43:30 -05:00
Makefile fs: ext4: Use CRC-16 implementation from linux/crc16.h 2022-04-21 14:32:40 -04:00