target/sbc: Fix sbc_dif_copy_prot addr offset bug
authorNicholas Bellinger <nab@linux-iscsi.org>
Sun, 23 Feb 2014 12:52:44 +0000 (12:52 +0000)
committerNicholas Bellinger <nab@linux-iscsi.org>
Mon, 24 Feb 2014 00:19:23 +0000 (16:19 -0800)
commit10762e80489e73e2d52bf78e0869f253f42821bd
tree93a5e8ef29aa4bcffca00e8839ca87a103441075
parent84197a36e9d78213da17b96fb838afcca4e150ea
target/sbc: Fix sbc_dif_copy_prot addr offset bug

This patch fixes a bug in sbc_dif_copy_prot() where the updated addr
offset did not take into account the case where the associated
scatterlist had not been incremented.

This addresses the case where incoming protection scatterlists may
contain a length smaller than PAGE_SIZE across multiple entires,
when the target protection scatterlists are always being explicitly
filled up to PAGE_SIZE before adding another entry.

Cc: Martin K. Petersen <martin.petersen@oracle.com>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Hannes Reinecke <hare@suse.de>
Cc: Sagi Grimberg <sagig@mellanox.com>
Cc: Or Gerlitz <ogerlitz@mellanox.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/target/target_core_sbc.c