git: a5e284038edc - main - open(2): Add O_DSYNC flag.

Thomas Munro tmunro at freebsd.org
Fri Jan 8 04:16:07 UTC 2021


On Fri, Jan 8, 2021 at 4:54 PM Kyle Evans <kevans at freebsd.org> wrote:
> On Thu, Jan 7, 2021 at 6:17 PM Thomas Munro <tmunro at freebsd.org> wrote:
> > +#define        O_DSYNC         0x00800000      /* POSIX data sync */

> I think the value of O_DSYNC got resolved incorrectly in a merge
> conflict; O_RESOLVE_BENEATH in the just prior __BSD_VISIBLE block took
> 0x00800000, so I believe this should be 0x01000000.

Right, that's exactly what happened.  Will fix.  Thanks!


More information about the dev-commits-src-all mailing list