From: Andy Grover Date: Thu, 14 Jan 2010 00:32:24 +0000 (-0800) Subject: RDS/IB: Remove ib_[header/data]_sge() functions X-Git-Tag: v2.6.37-rc1~147^2~499^2~85 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=919ced4ce7d6ac62dd5be62d8993fe22a527d53a;p=pandora-kernel.git RDS/IB: Remove ib_[header/data]_sge() functions These functions were to cope with differently ordered sg entries depending on RDS 3.0 or 3.1+. Now that we've dropped 3.0 compatibility we no longer need them. Also, modify usage sites for these to refer to sge[0] or [1] directly. Reorder code to initialize header sgs first. Signed-off-by: Andy Grover --- Reading git-diff-tree failed