commit | e415b99551b71d176702a311042a05ad3a3eb82d | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Oct 26 08:40:46 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Nov 01 13:37:58 2024 -0600 |
tree | 970b813a7dfdf0aee3933a4e13781004b64949cd | |
parent | 149e3c2c5aac018d9da525b921a59658e2c230c0 [diff] |
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>