Page MenuHomeFreeBSD

(emaste/freebsd:makefs-wip) fix bug with bread getting wrong offset and sectorsize
AbandonedPublic

Authored by guest-svmhdvn on May 16 2017, 8:09 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Sep 24, 5:52 PM
Unknown Object (File)
Fri, Sep 19, 11:33 PM
Unknown Object (File)
Sep 5 2025, 2:23 PM
Unknown Object (File)
Sep 4 2025, 12:51 PM
Unknown Object (File)
Aug 30 2025, 1:28 AM
Unknown Object (File)
Aug 13 2025, 8:50 AM
Unknown Object (File)
Jul 28 2025, 10:16 PM
Unknown Object (File)
Jul 28 2025, 2:15 PM
Subscribers

Details

Reviewers
emaste
ngie
Summary

main NetBSD commit:

  • don't abuse vp->fs to mean struct fs for ffs and struct msdos_opts

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

Have you run the makefs tests, in addition to fstyp and other tests that rely on makefs yet?

Ed and I were discussing how to proceed with these changes. Instead of this review, I will post reviews for each individual feature change in makefs so it will be easier to manage. I haven't run the other tests that depend on makefs yet, I will do that before posting the other reviews. Can I abandon this revision? I will post the other reviews soon.

@ngie one other issue that we haven't fully resolved is the canonical method for running the tests on the uninstalled binary in the objdir - i.e., I'd like to do something like:

% make -C usr.sbin/makefs
% make -C usr.sbin/makefs check