]> git.dujemihanovic.xyz Git - u-boot.git/commit
fs: ext4: implement opendir, readdir, closedir
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 26 Oct 2024 06:40:46 +0000 (08:40 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 1 Nov 2024 19:37:58 +0000 (13:37 -0600)
commit22fdac381f98b55d7dba55010f8fe9fab58d5556
tree970b813a7dfdf0aee3933a4e13781004b64949cd
parent2d94480c025faf11d2e1010f5437e72d8e934127
fs: ext4: implement opendir, readdir, closedir

For accessing directories from the EFI sub-system a file system must
implement opendir, readdir, closedir. Provide the missing implementation.

With this patch the eficonfig command can be used to define load options
for the ext4 file system.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
fs/ext4/ext4fs.c
fs/fs.c
include/ext4fs.h