Page MenuHomeFreeBSD

Add conv=fdatasync flag to dd
ClosedPublic

Authored by freqlabs on Aug 22 2019, 8:44 PM.
Tags
None
Referenced Files
F125584623: D21373.id62773.diff
Sat, Aug 9, 2:30 PM
Unknown Object (File)
Sun, Aug 3, 12:45 PM
Unknown Object (File)
Sat, Aug 2, 3:48 AM
Unknown Object (File)
Tue, Jul 22, 10:08 AM
Unknown Object (File)
Jun 30 2025, 6:11 PM
Unknown Object (File)
Jun 9 2025, 12:17 PM
Unknown Object (File)
May 25 2025, 5:56 PM
Unknown Object (File)
May 18 2025, 6:20 AM
Subscribers

Details

Summary

The fdatasync flag performs an fdatasync(2) on the output file before closing it. This will be useful for the ZFS test suite.

Sponsored by: iXsystems, Inc.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

I will check the result of close(2) in a follow-up patch as suggested in PR229616

bcr added a subscriber: bcr.

OK from manpages, but bump the .Dd when committing for this content change.
Thank you!

This revision is now accepted and ready to land.Sep 30 2019, 9:43 PM
This revision was automatically updated to reflect the committed changes.