From: Sage Weil Date: Tue, 6 Oct 2009 18:31:13 +0000 (-0700) Subject: ceph: message pools X-Git-Tag: v2.6.34-rc2~9^2~188 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fc91fd85950d106883852c6d215614ec28cc92d;p=pandora-kernel.git ceph: message pools The msgpool is a basic mempool_t-like structure to preallocate messages we expect to receive over the wire. This ensures we have the necessary memory preallocated to process replies to requests, or to process unsolicited messages from various servers. Signed-off-by: Sage Weil --- Reading git-diff-tree failed