On Thu, Jan 7, 2021 at 11:03 PM Thomas Munro <[email protected]> wrote: > > The branch main has been updated by tmunro: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=da3ef8e66aa13db9a79841127a3cbf067de41b69 > > commit da3ef8e66aa13db9a79841127a3cbf067de41b69 > Author: Thomas Munro <[email protected]> > AuthorDate: 2021-01-08 05:01:15 +0000 > Commit: Thomas Munro <[email protected]> > 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. :-) _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
