Page MenuHomeFreeBSD

mdmfs: Fix soft updates logic
ClosedPublic

Authored by des on Jan 19 2026, 4:33 PM.
Tags
None
Referenced Files
F166576072: D54783.diff
Fri, Aug 14, 4:08 PM
Unknown Object (File)
Mon, Aug 10, 10:05 AM
Unknown Object (File)
Mon, Aug 10, 12:33 AM
Unknown Object (File)
Sat, Aug 8, 5:48 PM
Unknown Object (File)
Fri, Aug 7, 7:05 PM
Unknown Object (File)
Fri, Aug 7, 5:05 PM
Unknown Object (File)
Fri, Aug 7, 4:55 PM
Unknown Object (File)
Fri, Aug 7, 11:19 AM
Subscribers

Details

Summary

Now that newfs(8) has a command-line argument to disable soft updates,
use that instead of running tunefs(8) after the fact to turn them off.

MFC after: 1 week
Sponsored by: Klara, Inc.
Sponsored by: NetApp, Inc.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

des requested review of this revision.Jan 19 2026, 4:33 PM

This looks good to my eye, but best get Kirk to confirm as well.

This revision is now accepted and ready to land.Jan 20 2026, 12:06 AM

Agreed, better way to do it.

This revision was automatically updated to reflect the committed changes.