From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HPmxJ-0001x7-91 for qemu-devel@nongnu.org; Fri, 09 Mar 2007 16:48:53 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HPmxG-0001wS-No for qemu-devel@nongnu.org; Fri, 09 Mar 2007 16:48:52 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HPmxG-0001wP-IO for qemu-devel@nongnu.org; Fri, 09 Mar 2007 16:48:50 -0500 Received: from partizan.velesys.com ([213.184.230.195]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HPmwt-0004Fd-Mh for qemu-devel@nongnu.org; Fri, 09 Mar 2007 16:48:27 -0500 Received: from localhost (partizan [10.0.0.24]) by partizan.velesys.com (paritzan.velesys.com) with ESMTP id 2F315D642BC for ; Fri, 9 Mar 2007 23:49:01 +0200 (EET) Received: from partizan.velesys.com ([10.0.0.24]) by localhost (partizan.velesys.com [10.0.0.24]) (amavisd-new, port 10024) with ESMTP id yyOtPVGU0DEs for ; Fri, 9 Mar 2007 23:48:59 +0200 (EET) Received: from localhost.localdomain (mm-110-150-57-86.adsl.mgts.by [86.57.150.110]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by partizan.velesys.com (paritzan.velesys.com) with ESMTP id B46BCD6429B for ; Fri, 9 Mar 2007 23:48:58 +0200 (EET) From: "Kirill A. Shutemov" Message-ID: <20070309214819.GA5629@localhost.localdomain> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="PEIAKu/WMn1b1Hv9" Content-Disposition: inline Subject: [Qemu-devel] [PATCH] fcntl64 fix Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Fri, 09 Mar 2007 21:48:53 -0000 To: qemu-devel@nongnu.org --PEIAKu/WMn1b1Hv9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable TARGET_F_*64 should be used instead of F_*64, because on 64-bit host systems F_GETLK =3D=3D F_GETLK64(same for SETLK and SETLKW), so we cannot determina= te if=20 it's a long lock or not on a target system. Patch in the attachment. P.S. Please, review my privious patches, which I have added description recently. Or should I repost it? --PEIAKu/WMn1b1Hv9 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFF8dY6bWYnhzC5v6oRAtR0AJ0SGxppTkqKm/m33ATIC66nnP4LngCgiyS6 puudDg4saYEP1RQqrGvUPJ0= =JXUq -----END PGP SIGNATURE----- --PEIAKu/WMn1b1Hv9--