On Thu, Jun 27, 2013 at 03:11:25PM +0200, Peter Lieven wrote: > @@ -1130,6 +1137,46 @@ static int iscsi_open(BlockDriverState *bs, QDict > *options, int flags) > bs->sg = 1; > } > > + if (iscsilun->lbpme) { > + struct scsi_inquiry_logical_block_provisioning *inq_lbp; > + int full_size; > + > + task = iscsi_inquiry_sync(iscsi, iscsilun->lun, 1, > + > SCSI_INQUIRY_PAGECODE_LOGICAL_BLOCK_PROVISIONING, > + 64);
Does this leak the previous task from line 1101?