git: da3ef8e66aa1 - main - Fix conflicting value of O_DSYNC.

Kyle Evans kevans at freebsd.org
Fri Jan 8 05:09:40 UTC 2021


On Thu, Jan 7, 2021 at 11:03 PM Thomas Munro <tmunro at freebsd.org> wrote:
>
> The branch main has been updated by tmunro:
>
> URL: https://cgit.FreeBSD.org/src/commit/?id=da3ef8e66aa13db9a79841127a3cbf067de41b69
>
> commit da3ef8e66aa13db9a79841127a3cbf067de41b69
> Author:     Thomas Munro <tmunro at FreeBSD.org>
> AuthorDate: 2021-01-08 05:01:15 +0000
> Commit:     Thomas Munro <tmunro at FreeBSD.org>
> CommitDate: 2021-01-08 05:01:15 +0000
>
>     Fix conflicting value of O_DSYNC.
>
>     O_RESOLVE_BENEATH recently took value 0x00800000, but I failed to spot
>     that while rebasing.  Let's use 0x01000000 for the new O_DSYNC flag.
>
>     Reported by: kevans
>

Thanks! I wouldn't have spotted it, except I have a local patchset
that I did the exact same thing on when rebasing across
O_RESOLVE_BENEATH. :-)


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