From: Sagi Grimberg Date: Thu, 6 Aug 2015 15:32:55 +0000 (+0300) Subject: IB/iser: Remove dead code in fmr_pool alloc/free X-Git-Tag: omap-for-v4.3/fixes-rc1~52^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c18ed03a95cb6c3543b0a9e0df5e9366baea5df;p=pandora-kernel.git 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 Signed-off-by: Doug Ledford --- Reading git-diff-tree failed