Message ID | cover.1730042775.git.ps@pks.im (mailing list archive) |
---|---|
Headers | show |
Series | compat/mingw: implement POSIX-style atomic renames | expand |
Patrick Steinhardt <ps@pks.im> writes: > Hi, > > this is third version of my patch series that introduces POSIX-style > atomic renames on Windows to fix concurrent writes with the reftable > backend. > > Changes compared to v2: > > - Use `DWORD` instead of `int` to store the `access` flags. > > - Fix handling of `oflags`. > > - Add a comment referring to `mingw_open_append()` for why convert > `ERROR_INVALID_PARAMETER` to `ERROR_PATH_NOT_FOUND`. > > Thanks! > > Patrick Thanks, Patrick, for listing those who gave reviews on the previous iterations of these patches. Reviewers, how does this round look to you? Is this a version you folks are comfortable to have in 'next' and later in 'master'? Thanks.
Am 06.11.24 um 04:54 schrieb Junio C Hamano: > Reviewers, how does this round look to you? Is this a version you > folks are comfortable to have in 'next' and later in 'master'? This round looks fine! Reviewed-by: Johannes Sixt <j6t@kdbg.org> -- Hannes
Johannes Sixt <j6t@kdbg.org> writes: > Am 06.11.24 um 04:54 schrieb Junio C Hamano: >> Reviewers, how does this round look to you? Is this a version you >> folks are comfortable to have in 'next' and later in 'master'? > > This round looks fine! > > Reviewed-by: Johannes Sixt <j6t@kdbg.org> Thanks.