commit | 73c3d4812b4c755efeca0140f606f83772a39ce4 | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@redhat.com> | Mon Aug 04 07:01:54 2014 -0700 |
committer | Ilya Dryomov <ilya.dryomov@inktank.com> | Wed Sep 10 20:08:32 2014 +0400 |
tree | a48b5e28464f191b764d4b3930e6919a2cf8b405 | |
parent | 255939e783d8f45f8c58487dfc18957c44ea9871 [diff] |
libceph: gracefully handle large reply messages from the mon We preallocate a few of the message types we get back from the mon. If we get a larger message than we are expecting, fall back to trying to allocate a new one instead of blindly using the one we have. CC: stable@vger.kernel.org Signed-off-by: Sage Weil <sage@redhat.com> Reviewed-by: Ilya Dryomov <ilya.dryomov@inktank.com>