linux/drivers/infiniband/ulp/iser
Sagi Grimberg 8c18ed03a9 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>
2015-08-30 18:12:29 -04:00
..
iscsi_iser.c IB/iser: Fix possible bogus DMA unmapping 2015-08-30 18:12:28 -04:00
iscsi_iser.h IB/iser: Rename struct fast_reg_descriptor -> iser_fr_desc 2015-08-30 18:12:29 -04:00
iser_initiator.c IB/iser: Remove a redundant always-false condition 2015-08-30 18:12:28 -04:00
iser_memory.c IB/iser: Rename struct fast_reg_descriptor -> iser_fr_desc 2015-08-30 18:12:29 -04:00
iser_verbs.c IB/iser: Remove dead code in fmr_pool alloc/free 2015-08-30 18:12:29 -04:00
Kconfig Update broken web addresses in the kernel. 2010-10-18 11:03:14 +02:00
Makefile IB/iser: iSER Kconfig and Makefile 2006-06-22 07:51:14 -07:00