]> git.baikalelectronics.ru Git - kernel.git/commit
libceph: gracefully handle large reply messages from the mon
authorSage Weil <sage@redhat.com>
Mon, 4 Aug 2014 14:01:54 +0000 (07:01 -0700)
committerIlya Dryomov <ilya.dryomov@inktank.com>
Wed, 10 Sep 2014 16:08:32 +0000 (20:08 +0400)
commitfa6a8e7c5c7027173c446fe3e4a6b2148f7ccf06
treea48b5e28464f191b764d4b3930e6919a2cf8b405
parent146c81e3f3e963fd351dae270a2eed1bd84e333a
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>
net/ceph/mon_client.c