commit | 240ed68eb567d80dd6bab739341999a5ab0ad55d | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@newdream.net> | Fri May 21 14:57:25 2010 -0700 |
committer | Sage Weil <sage@newdream.net> | Fri May 21 16:26:11 2010 -0700 |
tree | fabd30d0897a30fa401f85e858f8aecdedb02959 | |
parent | 970690012c572fc3b7be532080564b730f6a9c02 [diff] |
ceph: reuse mon subscribe message instead of allocated anew 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>