From: Andy Grover Date: Tue, 12 Jan 2010 22:13:15 +0000 (-0800) Subject: RDS: make m_rdma_op a member of rds_message X-Git-Tag: v2.6.37-rc1~147^2~499^2~96 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff87e97a9d70c9ae133d3d3d7792b26ab85f4297;p=pandora-kernel.git RDS: make m_rdma_op a member of rds_message This eliminates a separate memory alloc, although it is now necessary to add an "r_active" flag, since it is no longer to use the m_rdma_op pointer as an indicator of if an rdma op is present. rdma SGs allocated from rm sg pool. rds_rm_size also gets bigger. It's a little inefficient to run through CMSGs twice, but it makes later steps a lot smoother. Signed-off-by: Andy Grover --- Reading git-diff-tree failed