]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
IB/iser: Don't pass ib_device to fall_to_bounce_buff routine
authorSagi Grimberg <sagig@mellanox.com>
Tue, 14 Apr 2015 15:08:16 +0000 (18:08 +0300)
committerDoug Ledford <dledford@redhat.com>
Wed, 15 Apr 2015 20:07:12 +0000 (16:07 -0400)
commit56408325900d380f6544460c5892bfeb0616cab3
tree326b9353ee9742c6d66dc1b53a3e471ff4d7eab9
parente3784bd1d9f1039f28dff2c0c0d17daabb3d6761
IB/iser: Don't pass ib_device to fall_to_bounce_buff routine

No need to pass that, we can take it from the task.
In a later stage, this function will be invoked
according to a device capability.

This patch does not change any functionality.

Signed-off-by: Sagi Grimberg <sagig@mellanox.com>
Signed-off-by: Adir Lev <adirl@mellanox.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/ulp/iser/iser_memory.c