qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH] fcntl64 fix


From: Kirill A. Shutemov
Subject: [Qemu-devel] [PATCH] fcntl64 fix
Date: Fri, 09 Mar 2007 21:48:53 -0000
User-agent: Mutt/1.5.13 (2006-08-11)

TARGET_F_*64 should be used instead of F_*64, because on 64-bit host systems
F_GETLK == F_GETLK64(same for SETLK and SETLKW), so we cannot determinate if 
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?

Attachment: signature.asc
Description: Digital signature


reply via email to

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