Page MenuHomeFreeBSD

Add conv=fdatasync flag to dd
ClosedPublic

Authored by freqlabs on Aug 22 2019, 8:44 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 7 2024, 7:43 PM
Unknown Object (File)
Feb 7 2024, 5:46 PM
Unknown Object (File)
Feb 2 2024, 8:07 PM
Unknown Object (File)
Dec 14 2023, 6:51 PM
Unknown Object (File)
Dec 7 2023, 8:45 PM
Unknown Object (File)
Sep 25 2023, 9:11 AM
Unknown Object (File)
Sep 17 2023, 5:27 PM
Unknown Object (File)
Sep 2 2023, 5:16 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 Skipped
Unit
Tests Skipped

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.