Date: Thu, 7 Jan 2021 23:09:29 -0600 From: Kyle Evans <kevans@freebsd.org> To: Thomas Munro <tmunro@freebsd.org> Cc: src-committers <src-committers@freebsd.org>, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Subject: Re: git: da3ef8e66aa1 - main - Fix conflicting value of O_DSYNC. Message-ID: <CACNAnaEEGZJF3U0GZ5aSYTib1EgaVAFSU97637S_KexR3izORg@mail.gmail.com> In-Reply-To: <202101080502.10852ubl010373@gitrepo.freebsd.org> References: <202101080502.10852ubl010373@gitrepo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jan 7, 2021 at 11:03 PM Thomas Munro <tmunro@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@FreeBSD.org> > AuthorDate: 2021-01-08 05:01:15 +0000 > Commit: Thomas Munro <tmunro@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. :-)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CACNAnaEEGZJF3U0GZ5aSYTib1EgaVAFSU97637S_KexR3izORg>