[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 08/16] block: get file-win32.c handle locking option consiste
From: |
Kevin Wolf |
Subject: |
Re: [PATCH 08/16] block: get file-win32.c handle locking option consistence with file-posix.c |
Date: |
Wed, 9 Sep 2020 10:19:31 +0200 |
Am 08.09.2020 um 21:48 hat Yonggang Luo geschrieben:
> Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
> ---
> block/file-win32.c | 23 +++++++++++++++++++++--
> 1 file changed, 21 insertions(+), 2 deletions(-)
This is almost the same as my separately posted 'file-win32: Fix
"locking" option', except that you changed the order of variable
definitions which will cause a merge conflict.
When you take patches from other people, you should correctly attribute
them and not make them look as if they were your own.
Commit messages should not be empty, but explain the motivation for the
change.
In this case, dropping the patch is easiest because my patch is already
in a pull request and will probably be merged soon.
Kevin
- [PATCH 04/16] curses: Fixes curses compiling errors., (continued)
- [PATCH 04/16] curses: Fixes curses compiling errors., Yonggang Luo, 2020/09/08
- [PATCH 05/16] tests: disable /char/stdio/* tests in test-char.c on win32, Yonggang Luo, 2020/09/08
- [PATCH 06/16] ci: Enable msys2 ci in cirrus, Yonggang Luo, 2020/09/08
- [PATCH 07/16] tests: Trying fixes test-replication.c on msys2/mingw., Yonggang Luo, 2020/09/08
- [PATCH 08/16] block: get file-win32.c handle locking option consistence with file-posix.c, Yonggang Luo, 2020/09/08
- Re: [PATCH 08/16] block: get file-win32.c handle locking option consistence with file-posix.c,
Kevin Wolf <=
- [PATCH 09/16] osdep: These function are only available on Non-Win32 system., Yonggang Luo, 2020/09/08
- [PATCH 10/16] meson: Use -b to ignore CR vs. CR-LF issues on Windows, Yonggang Luo, 2020/09/08
- [PATCH 11/16] meson: disable crypto tests are empty under win32, Yonggang Luo, 2020/09/08