summaryrefslogtreecommitdiffstats
path: root/scripts/checkpatch.pl
diff options
context:
space:
mode:
authorJeff Cody2014-01-27 22:09:12 +0100
committerStefan Hajnoczi2014-01-31 22:05:03 +0100
commit55aff7f133b0eb20b2c8a2a3e1307240aab8044c (patch)
tree6591a6faf6ae829f7bdc19c2575f9d857a60214a /scripts/checkpatch.pl
parentDescribe flaws in qcow/qcow2 encryption in the docs (diff)
downloadqemu-55aff7f133b0eb20b2c8a2a3e1307240aab8044c.tar.gz
qemu-55aff7f133b0eb20b2c8a2a3e1307240aab8044c.tar.xz
qemu-55aff7f133b0eb20b2c8a2a3e1307240aab8044c.zip
block: remove QED .bdrv_make_empty implementation
The QED .bdrv_make_empty() implementation does nothing but return -ENOTSUP, which causes problems in bdrv_commit(). Since the function stub exists for QED, it is called, which then always returns an error. The proper way to not support an optional driver function stub is to just not implement it, so let's remove the stub. Signed-off-by: Jeff Cody <jcody@redhat.com> Reviewed-by: Benoit Canet <benoit@irqsave.net> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'scripts/checkpatch.pl')
0 files changed, 0 insertions, 0 deletions