From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54869) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b8YsK-0004g2-Ng for qemu-devel@nongnu.org; Thu, 02 Jun 2016 16:05:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b8YsF-0003aD-NZ for qemu-devel@nongnu.org; Thu, 02 Jun 2016 16:05:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43567) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b8YsF-0003a9-HC for qemu-devel@nongnu.org; Thu, 02 Jun 2016 16:05:47 -0400 References: <146485751812.31047.11608773464731615044.stgit@bahia.huguette.org> <146485753360.31047.13885656434449762355.stgit@bahia.huguette.org> From: Eric Blake Message-ID: <5750919A.5040306@redhat.com> Date: Thu, 2 Jun 2016 14:05:46 -0600 MIME-Version: 1.0 In-Reply-To: <146485753360.31047.13885656434449762355.stgit@bahia.huguette.org> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="v4uI3R8sow6tjAuHsEL45LsMSLUwtfaSj" Subject: Re: [Qemu-devel] [PATCH 2/4] 9p: introduce the V9fsDir type List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Greg Kurz Cc: "Aneesh Kumar K.V" , qemu-devel@nongnu.org This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --v4uI3R8sow6tjAuHsEL45LsMSLUwtfaSj Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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 stre= am. >=20 > This patch introduces a placeholder type and fixes all users. >=20 > Signed-off-by: Greg Kurz > --- > 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(-) >=20 Reviewed-by: Eric Blake --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --v4uI3R8sow6tjAuHsEL45LsMSLUwtfaSj Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJXUJGaAAoJEKeha0olJ0NqddoIAJMSnrLnXhz35BIb1pjLebpo PLtwDdskrfh7kZrV1L2I57XPZzUzi0TdH83DEWVfjwXLkrU9jGzhmSETSuQhtvCC cfVxzr1Y6t1h/NtUMQbqgZVMGK6WcwL2luZFMFDGw96irKW0/3tHwk8zY+9wheIU rtxkZIMhD2EBD0duRzRdP0+N8Xt8DHOmjFACuWWHRCQNFjBD96vXsMwQ51fcVjaF JcFHsSmRrpwIYUibhcERY565QtamuLHBHLHk5zp0/BmOEvcCks+7GCclMWPZMvkt aaUbtMUkqdUQ1McZ7rw5Oa7QXuShu25jCIWEz7qded2NY1Xdi3ZB0/FClL/9wmE= =AGju -----END PGP SIGNATURE----- --v4uI3R8sow6tjAuHsEL45LsMSLUwtfaSj--