HomeFreeBSD

Add oflag=fsync and oflag=sync capability to dd

Description

Add oflag=fsync and oflag=sync capability to dd

Sets the O_FSYNC flag on the output file. oflag=fsync and oflag=sync are
synonyms just as O_FSYNC and O_SYNC are synonyms. This functionality is
intended to improve portability of dd commands in the ZFS test suite.

Submitted by: Ryan Moeller
Reviewed by: manpages, mmacy@
MFC after: 1 week
Sponsored by: iXsytems, Inc.
Differential Revision: https://reviews.freebsd.org/D21422

Details

Provenance
mmacyAuthored on
Differential Revision
D21422: Add oflag=fsync and oflag=sync capability to dd
Parents
rS352921: dd: Check result of close(2) for errors
Branches
Unknown
Tags
Unknown