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 <sage@newdream.net>
Showing
fs/ceph/msgpool.c
0 → 100644
fs/ceph/msgpool.h
0 → 100644
Please register or sign in to comment