IB/iser: Remove dead code in fmr_pool alloc/free
authorSagi Grimberg <sagig@mellanox.com>
Thu, 6 Aug 2015 15:32:55 +0000 (18:32 +0300)
committerDoug Ledford <dledford@redhat.com>
Sun, 30 Aug 2015 22:12:29 +0000 (18:12 -0400)
commit8c18ed03a95cb6c3543b0a9e0df5e9366baea5df
treeb5763e29d7658d495309083e0dc2768a1b6f1e28
parent5190cc2664972f2c51502e928fcb7a608dddab5f
IB/iser: Remove dead code in fmr_pool alloc/free

In the past the we always tried to allocate an fmr_pool
and if it failed on ENOSYS (not supported) then we continued
with dma mr. This is not the case anymore and if we tried to
allocate an fmr_pool then it is supported and we expect to succeed.

Also, the check if fmr_pool is allocated when free is called is
redundant as well as we are guaranteed it exists.

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