Skip to content
Commit 045fa1e1 authored by Stephen Warren's avatar Stephen Warren Committed by Tom Rini
Browse files

fs: add filesystem switch libary, implement ls and fsload commands



Implement "ls" and "fsload" commands that act like {fat,ext2}{ls,load},
and transparently handle either file-system. This scheme could easily be
extended to other filesystem types; I only didn't do it for zfs because
I don't have any filesystems of that type to test with.

Replace the implementation of {fat,ext[24]}{ls,load} with this new code
too.

Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
parent 03e2ecf6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment