summaryrefslogtreecommitdiffstats
path: root/fs/ceph/msgpool.h
Commit message (Collapse)AuthorAgeFilesLines
* ceph: warn on allocation from msgpool with larger front_lenSage Weil2009-10-151-1/+2
| | | | | | | | Pass the front_len we need when pulling a message off a msgpool, and WARN if it is greater than the pool's size. Then try to allocate a new message (to continue without failing). Signed-off-by: Sage Weil <sage@newdream.net>
* ceph: message poolsSage Weil2009-10-061-0/+26
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 <sage@newdream.net>
OpenPOWER on IntegriCloud