summary refs log tree commit diff
path: root/security
diff options
context:
space:
mode:
authorWanlong Gao <gaowanlong@cn.fujitsu.com>2013-04-08 23:01:16 +0930
committerRusty Russell <rusty@rustcorp.com.au>2013-04-08 23:06:47 +0930
commit5c370194df9a97248ca69e05bfbd2d21b4886fe5 (patch)
tree068f626733a03d5100f6c32a7a8bf44bd23b109a /security
parent3826835ab8bb7eac47f14f279df2bd58ec2bb279 (diff)
downloadlinux-5c370194df9a97248ca69e05bfbd2d21b4886fe5.tar.gz
virtio-scsi: redo allocation of target data
virtio_scsi_target_state is now empty.  We will find new uses for it in
the next few patches, so this patch does not drop it completely.

And as James suggested, we use entries target_alloc and target_destroy
in the host template to allocate and destroy the virtio_scsi_target_state
of each target, attach this struct to scsi_target->hostdata. Now
we can get at it from the sdev with scsi_target(sdev)->hostdata.
No messing around with fixed size arrays and bulk memory allocation
and no need to pass in the maximum target size as a parameter because
everything should now happen dynamically.

Cc: James Bottomley <James.Bottomley@HansenPartnership.com>
Cc: linux-scsi@vger.kernel.org
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
Reviewed-by: Asias He <asias@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'security')
0 files changed, 0 insertions, 0 deletions