]> git.karo-electronics.de Git - karo-tx-linux.git/commit
target/pscsi: Fix page increment
authorAsias He <asias@redhat.com>
Wed, 27 Feb 2013 05:29:29 +0000 (13:29 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 14 Mar 2013 18:29:42 +0000 (11:29 -0700)
commita5646410c2d80c4dd4692f5f6bc2fcdfc3aa557b
treeeeaf3a5dc5bbbbe2abe76ecee486769078a0b480
parentc60de9344ceeedd5f61a655af34306002fda9167
target/pscsi: Fix page increment

commit 472b72f2db7831d7dbe22ffdff4adee3bd49b05d upstream.

The page++ is wrong. It makes bio_add_pc_page() pointing to a wrong page
address if the 'while (len > 0 && data_len > 0) { ... }' loop is
executed more than one once.

Signed-off-by: Asias He <asias@redhat.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/target/target_core_pscsi.c