]> git.proxmox.com Git - mirror_qemu.git/commit
block/cor: Drop cor_co_truncate()
authorMax Reitz <mreitz@redhat.com>
Wed, 18 Sep 2019 09:51:38 +0000 (11:51 +0200)
committerMax Reitz <mreitz@redhat.com>
Mon, 28 Oct 2019 10:59:51 +0000 (11:59 +0100)
commitbb8160eb78e948b0ef6f5ebbd38ff2a2c3f1dcf3
tree05a4bd3b4b48b316cd01541f0dff9f850fb1e29c
parent6b7e8f8b1ce7b41527a7c408491e93f90a442bfc
block/cor: Drop cor_co_truncate()

No other filter driver has a .bdrv_co_truncate() implementation, and
there is no need to because the general block layer code can handle it
just as well.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Message-id: 20190918095144.955-3-mreitz@redhat.com
Reviewed-by: Maxim Levitsky <mlevitsk@redhat.com>
Signed-off-by: Max Reitz <mreitz@redhat.com>
block/copy-on-read.c