]> xenbits.xen.org Git - xenclient/xen.git/commitdiff
"fix" my build
authorVincent Hanquez <vincent.hanquez@eu.citrix.com>
Tue, 6 Jan 2009 14:31:54 +0000 (14:31 +0000)
committerVincent Hanquez <vincent.hanquez@eu.citrix.com>
Tue, 6 Jan 2009 14:31:54 +0000 (14:31 +0000)
tools/blktap/drivers/block-qcow2.c

index fe28a2ecb005aa154792ef80227c8cc1e9df379d..c3a1958f810a63095cad40e3b24d921c74c0ea53 100644 (file)
@@ -233,8 +233,10 @@ static int bdrv_pread(int fd, int64_t offset, void *buf, int count)
        ret =  read(fd, buf, count);
        if (ret < 0) {
                if (lseek(fd, 0, SEEK_END) >= offset) {
+                       /*
                        DPRINTF("bdrv_pread read failed (%#"PRIx64", END = %#"PRIx64").\n", 
                                        offset, lseek(fd, 0, SEEK_END));
+                       */
                        return -1;
                }