qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 2/4] 9p: introduce the V9fsDir type


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH 2/4] 9p: introduce the V9fsDir type
Date: Thu, 2 Jun 2016 14:05:46 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

On 06/02/2016 02:52 AM, Greg Kurz wrote:
> If we are to switch back to readdir(), we need a more complex type than
> DIR * to be able to serialize concurrent accesses to the directory stream.
> 
> This patch introduces a placeholder type and fixes all users.
> 
> Signed-off-by: Greg Kurz <address@hidden>
> ---
>  hw/9pfs/9p-handle.c |   18 +++++++++---------
>  hw/9pfs/9p-local.c  |   18 +++++++++---------
>  hw/9pfs/9p-proxy.c  |   20 ++++++++++----------
>  hw/9pfs/9p.c        |   12 ++++++------
>  hw/9pfs/9p.h        |    6 +++++-
>  5 files changed, 39 insertions(+), 35 deletions(-)
> 

Reviewed-by: Eric Blake <address@hidden>

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]