-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement external journal device initialization
Added a function `simplefs_parse_options` in the fill super process to obtain the external journal device and configure it using `jbd2` related functions. Additionally, added functions in `put_super` to handle the journal device during the unmount process. Also, added a `make journal` command in the Makefile, allowing users to create an external journal device image and mount it to simplefs.
- Loading branch information
1 parent
e76e0cc
commit d84237e
Showing
4 changed files
with
386 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.