]> git.baikalelectronics.ru Git - kernel.git/commit
IB/core: Drop WARN_ON() from ib_umem_find_best_pgsz()
authorYishai Hadas <yishaih@nvidia.com>
Thu, 4 Mar 2021 13:04:59 +0000 (15:04 +0200)
committerJason Gunthorpe <jgg@nvidia.com>
Fri, 12 Mar 2021 00:20:36 +0000 (20:20 -0400)
commitfa077c65a75c9dd7040212dca075082fba246084
treecaa8b30ce733c5a08a5a894f5ee6ce4092627622
parente256629456e1322f330355f68bd3545e95bfb35a
IB/core: Drop WARN_ON() from ib_umem_find_best_pgsz()

The WARN_ON() issued as part of ib_umem_find_best_pgsz() blocked cases
when only page sizes larger than PAGE_SIZE were set, drop it to enable
those cases.

In addition, there is no need to have a specific check for zero
pgsz_bitmap, the function will do its job and return 0 at the end if
nothing match will be found.

Link: https://lore.kernel.org/r/20210304130501.1102577-2-leon@kernel.org
Signed-off-by: Yishai Hadas <yishaih@nvidia.com>
Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/core/umem.c