Page MenuHomeFreeBSD

Add conv=fdatasync flag to dd
ClosedPublic

Authored by freqlabs on Aug 22 2019, 8:44 PM.
Tags
None
Referenced Files
F103134429: D21373.diff
Thu, Nov 21, 11:15 AM
Unknown Object (File)
Sat, Nov 16, 5:15 PM
Unknown Object (File)
Thu, Nov 14, 7:59 AM
Unknown Object (File)
Thu, Nov 7, 7:53 AM
Unknown Object (File)
Tue, Nov 5, 10:43 AM
Unknown Object (File)
Mon, Nov 4, 5:26 PM
Unknown Object (File)
Oct 17 2024, 4:55 PM
Unknown Object (File)
Oct 15 2024, 12:27 PM
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.