aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorJohn Hubbard <jhubbard@nvidia.com>2019-03-05 18:00:22 -0800
committerJason Gunthorpe <jgg@mellanox.com>2019-03-06 14:42:37 -0400
commit0c507d8f846f0158babcc99fc235f17fc79cc2f4 (patch)
treec605908b2774eecdb2ca66cbd1dbd52ec55658b9 /arch
parentRDMA/umem: minor bug fix in error handling path (diff)
downloadlinux-dev-0c507d8f846f0158babcc99fc235f17fc79cc2f4.tar.xz
linux-dev-0c507d8f846f0158babcc99fc235f17fc79cc2f4.zip
RDMA/umem: Revert broken 'off by one' fix
The previous attempted bug fix overlooked the fact that ib_umem_odp_map_dma_single_page() was doing a put_page() upon hitting an error. So there was not really a bug there. Therefore, this reverts the off-by-one change, but keeps the change to use release_pages() in the error path. Fixes: 75a3e6a3c129 ("RDMA/umem: minor bug fix in error handling path") Suggested-by: Artemy Kovalyov <artemyko@mellanox.com> Signed-off-by: John Hubbard <jhubbard@nvidia.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions