]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/block/block_int.h
block: drop bs->job
[mirror_qemu.git] / include / block / block_int.h
index 8bb1cfb80a0b6e509990eceeda7a044f7ebce4ed..a498c2670b3d2cee3929fbfc241ffb89b84cd3d1 100644 (file)
@@ -812,9 +812,6 @@ struct BlockDriverState {
     /* operation blockers */
     QLIST_HEAD(, BdrvOpBlocker) op_blockers[BLOCK_OP_TYPE_MAX];
 
-    /* long-running background operation */
-    BlockJob *job;
-
     /* The node that this node inherited default options from (and a reopen on
      * which can affect this node by changing these defaults). This is always a
      * parent node of this node. */