]> bbs.cooldavid.org Git - net-next-2.6.git/commit
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)
commitfc24f78085e8771670af42f2b8929b16a0c98a22
tree6396f72983d9674b57292ca3c068e7b14c5c31be
parent3427e854e1a0e76be8b3d75fc0fa878f59b43693
RDS/IB: Remove ib_recv_unmap_page()

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>
net/rds/ib_recv.c