RDS/IB: Remove ib_recv_unmap_page()
authorAndy Grover <andy.grover@oracle.com>
Tue, 25 May 2010 18:20:09 +0000 (11:20 -0700)
committerAndy Grover <andy.grover@oracle.com>
Thu, 9 Sep 2010 01:15:22 +0000 (18:15 -0700)
All it does is call unmap_sg(), so just call that directly.

The comment above unmap_page also may be incorrect, so we
shouldn't hold on to it, either.

Signed-off-by: Andy Grover <andy.grover@oracle.com>

No differences found