ceph: reuse mon subscribe message instead of allocated anew
authorSage Weil <sage@newdream.net>
Fri, 21 May 2010 21:57:25 +0000 (14:57 -0700)
committerSage Weil <sage@newdream.net>
Fri, 21 May 2010 23:26:11 +0000 (16:26 -0700)
Use the same message, allocated during startup.  No need to reallocate a
new one each time around (and potentially ENOMEM).

Signed-off-by: Sage Weil <sage@newdream.net>

No differences found