Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Jan 2021 17:15:30 +1300
From:      Thomas Munro <tmunro@freebsd.org>
To:        Kyle Evans <kevans@freebsd.org>
Cc:        src-committers <src-committers@freebsd.org>, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org
Subject:   Re: git: a5e284038edc - main - open(2): Add O_DSYNC flag.
Message-ID:  <CA%2BhUKGL2atmOOn0h80-5yGuhKj3-t2cAvKeUgdwOTAWO64vjZw@mail.gmail.com>
In-Reply-To: <CACNAnaFV=_x9PdV6TD65e8LNfeMqNRX1UnxEA7VN7LLj8XUoAg@mail.gmail.com>
References:  <202101080016.1080Gwu5034111@gitrepo.freebsd.org> <CACNAnaFV=_x9PdV6TD65e8LNfeMqNRX1UnxEA7VN7LLj8XUoAg@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jan 8, 2021 at 4:54 PM Kyle Evans <kevans@freebsd.org> wrote:
> On Thu, Jan 7, 2021 at 6:17 PM Thomas Munro <tmunro@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!



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CA%2BhUKGL2atmOOn0h80-5yGuhKj3-t2cAvKeUgdwOTAWO64vjZw>