diff options
| author | Max Reitz | 2015-02-25 19:08:25 +0100 |
|---|---|---|
| committer | Paolo Bonzini | 2015-03-18 12:07:01 +0100 |
| commit | 3f4726596dafd2e27485e51f4cc4a2363f48d4a3 (patch) | |
| tree | 5e4ca6984fa89f47467cd38b93fa6398a735f747 /block/nbd-client.h | |
| parent | nbd: Fix potential signed overflow issues (diff) | |
| download | qemu-3f4726596dafd2e27485e51f4cc4a2363f48d4a3.tar.gz qemu-3f4726596dafd2e27485e51f4cc4a2363f48d4a3.tar.xz qemu-3f4726596dafd2e27485e51f4cc4a2363f48d4a3.zip | |
nbd: Set block size to BDRV_SECTOR_SIZE
Signed-off-by: Max Reitz <mreitz@redhat.com>
Message-Id: <1424887718-10800-13-git-send-email-mreitz@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'block/nbd-client.h')
| -rw-r--r-- | block/nbd-client.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/block/nbd-client.h b/block/nbd-client.h index fa4ff42d22..e8413408b5 100644 --- a/block/nbd-client.h +++ b/block/nbd-client.h @@ -20,7 +20,6 @@ typedef struct NbdClientSession { int sock; uint32_t nbdflags; off_t size; - size_t blocksize; CoMutex send_mutex; CoMutex free_sema; |
