search for: mkjournal

Displaying 2 results from an estimated 2 matches for "mkjournal".

Did you mean: kjournal
2000 Dec 17
1
bomb out on unknown rootflags?
Doing some debugging of my kernel build with ext3 and noticed something interesting. At the bottom of the rootflags options processing loop there is a return failure if there was an option that ext3 did not know about. Should this be the behaviour? Would it not be better to ignore options not recognized? Surely, some day, some other filesystem is going to want to use rootflags to have one of
2000 Dec 08
2
ext3-0.0.5c released
...kernel/people/sct/ext3/ The most important part of this release is the e2fsprogs: e2fsck now supports the journal changes for metadata-only journaling. Ted, I've changed around the use of jfs* include files in e2fsprogs quite heavily here. In each build directory --- the lib/ext2fs dir where mkjournal.c resides, and e2fsck/ itself --- there is a "jfs_user.h" which needs to include the necessary header files. e2fsprogs/include/linux/jfs.h is now a verbatim copy of the kernel's own jfs.h, and likewise recovery.c and revoke.c are shared. mke2fs in this release can only create V2 supe...