From: Sage Weil Date: Thu, 1 Apr 2010 22:23:14 +0000 (-0700) Subject: ceph: rewrite msgpool using mempool_t X-Git-Tag: v2.6.35-rc1~419^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d52f847a841bfeba0ea87a7842732d388a1ca2e8;p=pandora-kernel.git ceph: rewrite msgpool using mempool_t Since we don't need to maintain large pools of messages, we can just use the standard mempool_t. We maintain a msgpool 'wrapper' because we need the mempool_t* in the alloc function, and mempool gives us only pool_data. Signed-off-by: Sage Weil --- Reading git-diff-tree failed