Page MenuHomeFreeBSD

makefs: ffs: Print all options when debugging
Needs ReviewPublic

Authored by jlduran on Mon, May 18, 7:12 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jun 4, 9:53 PM
Unknown Object (File)
Thu, Jun 4, 9:53 PM
Unknown Object (File)
Thu, Jun 4, 6:22 PM
Unknown Object (File)
Thu, Jun 4, 6:18 PM
Unknown Object (File)
Tue, Jun 2, 7:33 PM
Unknown Object (File)
Tue, Jun 2, 7:28 PM
Unknown Object (File)
Sat, May 30, 2:01 AM
Unknown Object (File)
Thu, May 28, 8:57 PM
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).