Add the ffs option to enable soft-updates.
The option is only processed is ufs2 has been selected.
Details
Details
- Reviewers
emaste bapt allanjude - Group Reviewers
manpages - Commits
- rS318452: makefs: Add soft-updates option
Creates some image, check mount(8) output.
Diff Detail
Diff Detail
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 9335 Build 9799: arc lint + arc unit
Event Timeline
| usr.sbin/makefs/ffs/mkfs.c | ||
|---|---|---|
| 157 | If you keep the previous initialization to zero, I argue that this line should use '|='. | |
| usr.sbin/makefs/ffs/mkfs.c | ||
|---|---|---|
| 157 | True, I'll update the diff. | |
| usr.sbin/makefs/ffs.c | ||
|---|---|---|
| 179 | OPT_BOOL just define a INT32 with values from 0 to 1. | |
| usr.sbin/makefs/ffs.c | ||
|---|---|---|
| 154 | Unrelated to the review at hands, would be nice to switch ffs_options to use designated initializers. | |