diff options
author | Asias He <asias@redhat.com> | 2013-03-19 12:55:16 +0800 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2013-03-19 17:31:14 -0700 |
commit | 8f27d487bcc2bd603c2d87e1729abcbc301f15db (patch) | |
tree | 64ee7f44b5347c096cac35dcf0f1485707303f8c /drivers/net/bonding | |
parent | f002a24388cc460c8a9be7d446a9871f7c9d52b6 (diff) | |
download | talos-obmc-linux-8f27d487bcc2bd603c2d87e1729abcbc301f15db.tar.gz talos-obmc-linux-8f27d487bcc2bd603c2d87e1729abcbc301f15db.zip |
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: Asias He <asias@redhat.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'drivers/net/bonding')
0 files changed, 0 insertions, 0 deletions