Skip to content
Commit 8f27d487 authored by Asias He's avatar Asias He Committed by Nicholas Bellinger
Browse files

target/pscsi: Reject cross page boundary case in pscsi_map_sg



We can only have one page of data in each sg element, so we can not
cross a page boundary. Fail this case.

The 'while (len > 0 && data_len > 0) {}' loop is not necessary. The loop
can only be executed once.

Signed-off-by: default avatarAsias He <asias@redhat.com>
Signed-off-by: default avatarNicholas Bellinger <nab@linux-iscsi.org>
parent f002a243
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment