target: Add per device xcopy_lun for copy offload I/O
authorNicholas Bellinger <nab@linux-iscsi.org>
Fri, 8 Nov 2013 21:10:44 +0000 (13:10 -0800)
committerNicholas Bellinger <nab@linux-iscsi.org>
Fri, 8 Nov 2013 21:13:38 +0000 (13:13 -0800)
This patch adds a se_device->xcopy_lun that is used for local
copy offload I/O, instead of allocating + initializing a pseudo
se_lun for each received EXTENDED_COPY operation.

Also, move declaration of struct se_lun + struct se_port_stat_grps
ahead of struct se_device.

Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>

No differences found