]> git.ipfire.org Git - thirdparty/u-boot.git/commit
Revert "fat/fs: move ls to generic implementation"
authorVipul Kumar <vipul.kumar@xilinx.com>
Wed, 5 Sep 2018 10:02:22 +0000 (15:32 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 5 Sep 2018 12:08:08 +0000 (14:08 +0200)
commit57bade54516ca9f99cd1118316fa759b1ffe151f
tree2223e239ee64f1dedcdd9bebf00c8dcf18932869
parentf975d9c5c1f992751573d8928f18bc750499c978
Revert "fat/fs: move ls to generic implementation"

This reverts commit 89191d626793490b579e1d36e7d7a4464a20f9f6.

Add a generic implementation of 'ls' using opendir/readdir/closedir, and
replace fat's custom implementation.  Other filesystems should move to
the generic implementation after they add opendir/readdir/closedir
support.

Signed-off-by: Vipul Kumar <vipul.kumar@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
fs/fat/fat.c
fs/fs.c
include/fat.h