commit | 19c781d40b1c9080c2f53bb80a95121d4037f7ac | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Oct 26 08:40:48 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Nov 01 13:37:58 2024 -0600 |
tree | 8d2eb95a4ddfd7ef3ca48d4a95a15fdfb78f8a2e | |
parent | 6e3f70b167085b1cb272a7b8e1c005be6080e56d [diff] |
fs: ext4: use fs_ls_generic Now that opendir, readir, closedir are implemented for ext4 we can use fs_ls_generic() for implementing the ls command. Adjust the unit tests: * fs_ls_generic() produces more spaces between file size and name. * The ext4 specific message "** Can not find directory. **\n" is not written anymore. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Simon Glass <sjg@chromium.org>