[PATCH v3 0/2] block/export/fuse: Fix build failure on FreeBSD

Philippe Mathieu-Daudé posted 2 patches 2 years, 3 months ago
Test checkpatch failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220201112655.344373-1-f4bug@amsat.org
block/export/fuse.c | 45 +++++++++++++++++++++++++--------------------
1 file changed, 25 insertions(+), 20 deletions(-)
[PATCH v3 0/2] block/export/fuse: Fix build failure on FreeBSD
Posted by Philippe Mathieu-Daudé 2 years, 3 months ago
Since v2:
- Rearrange if-else-if ladder first (Kevin)

Philippe Mathieu-Daudé (2):
  block/export/fuse: Rearrange if-else-if ladder in fuse_fallocate()
  block/export/fuse: Fix build failure on FreeBSD

 block/export/fuse.c | 45 +++++++++++++++++++++++++--------------------
 1 file changed, 25 insertions(+), 20 deletions(-)

-- 
2.34.1

Re: [PATCH v3 0/2] block/export/fuse: Fix build failure on FreeBSD
Posted by Kevin Wolf 2 years, 3 months ago
Am 01.02.2022 um 12:26 hat Philippe Mathieu-Daudé geschrieben:
> Since v2:
> - Rearrange if-else-if ladder first (Kevin)
> 
> Philippe Mathieu-Daudé (2):
>   block/export/fuse: Rearrange if-else-if ladder in fuse_fallocate()
>   block/export/fuse: Fix build failure on FreeBSD

Thanks, applied to the block branch.

Kevin