]> Git Repo - u-boot.git/commitdiff
Merge patch series "fs: ext4: implement opendir, readdir, closedir"
authorTom Rini <[email protected]>
Fri, 1 Nov 2024 19:38:05 +0000 (13:38 -0600)
committerTom Rini <[email protected]>
Fri, 1 Nov 2024 19:38:05 +0000 (13:38 -0600)
Heinrich Schuchardt <[email protected]> says:

With this series opendir, readdir, closedir are implemented for ext4.
These functions are needed for the UEFI sub-system to interact with
the ext4 file system.

To reduce code growth the functions are reused to implement the ls
command for ext4.

A memory leak in ext4fs_exists is resolved.

ext4fs_iterate_dir is simplified by removing a redundant pointer copy.

Link: https://lore.kernel.org/r/[email protected]

Trivial merge
This page took 0.03299 seconds and 4 git commands to generate.