Page MenuHomeFreeBSD

makefs: ffs: Print all options when debugging
Needs ReviewPublic

Authored by jlduran on May 18 2026, 7:12 AM.
Tags
None
Referenced Files
F171802230: D57061.id177996.diff
Sun, Sep 13, 3:43 PM
Unknown Object (File)
Tue, Sep 8, 4:42 AM
Unknown Object (File)
Fri, Sep 4, 11:14 PM
Unknown Object (File)
Aug 13 2026, 11:46 AM
Unknown Object (File)
Aug 12 2026, 7:45 PM
Unknown Object (File)
Aug 12 2026, 1:06 AM
Unknown Object (File)
Aug 10 2026, 2:16 PM
Unknown Object (File)
Aug 10 2026, 11:43 AM
Subscribers
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

Catch up showing all the options in ffs_dump_fsinfo().

Test Plan
makefs -d 0xa00 -t ffs -o version=2,label="hello world" foo.img /tmp
  • Make sure that -t ffs appears before -o ..., don't ask me how I know.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 73181
Build 70064: arc lint + arc unit

Event Timeline

Although NetBSD is no longer a direct upstream for makefs(8), an equivalent patch was submitted to NetBSD first, to avoid introducing unnecessary differences between the two code bases (GNATS bin/60285).