commit | e2e21bd8f979a24462070cc89fae11e819cae90a | [log] [tgz] |
---|---|---|
author | Sagi Grimberg <sagig@mellanox.com> | Thu Jun 11 19:58:34 2015 +0300 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Tue Jun 23 00:43:40 2015 -0700 |
tree | 06ab5dcf58dcf1d58f72f53659af9f8090e1e07d | |
parent | 7c0d0d51d26497866d2951a35f1736fc765e4fcf [diff] |
target/user: Fix inconsistent kmap_atomic/kunmap_atomic Pointers that are mapped by kmap_atomic() + offset must be unmapped without the offset. That would cause problems if the SG element length exceeds the PAGE_SIZE limit. Signed-off-by: Sagi Grimberg <sagig@mellanox.com> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>