[Qemu-devel] [PATCH 0/2] file-posix: Fix creation locking

Max Reitz posted 2 patches 7 years, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180704144751.28527-1-mreitz@redhat.com
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test s390x failed
block/file-posix.c | 21 ++++++++++++++++-----
1 file changed, 16 insertions(+), 5 deletions(-)
[Qemu-devel] [PATCH 0/2] file-posix: Fix creation locking
Posted by Max Reitz 7 years, 4 months ago
This series fixes two bugs Kevin spotted in file-posix's creation
locking.


Max Reitz (2):
  file-posix: Fix creation locking
  file-posix: Unlock FD after creation

 block/file-posix.c | 21 ++++++++++++++++-----
 1 file changed, 16 insertions(+), 5 deletions(-)

-- 
2.17.1


Re: [Qemu-devel] [PATCH 0/2] file-posix: Fix creation locking
Posted by Kevin Wolf 7 years, 4 months ago
Am 04.07.2018 um 16:47 hat Max Reitz geschrieben:
> This series fixes two bugs Kevin spotted in file-posix's creation
> locking.

Thanks, applied to the block branch.

Kevin