Skip to content

Commit

Permalink
rust: allow fs driver to initialise new superblocks
Browse files Browse the repository at this point in the history
They are also allowed to specify the type of superblock keying.

With this change, drivers get a new callback, `fill_super`, that they
need to implement to initialise new superblocks.

In subsequent commits, they'll be able to populate the root with
entries, but for now it's empty.

Signed-off-by: Wedson Almeida Filho <[email protected]>
  • Loading branch information
wedsonaf committed Jul 19, 2022
1 parent 3d414ec commit 47a73d3
Show file tree
Hide file tree
Showing 3 changed files with 358 additions and 76 deletions.
Loading

0 comments on commit 47a73d3

Please sign in to comment.