commit | 10db634e2083a202a26123d6d4c9ede98d6a1199 | [log] [tgz] |
---|---|---|
author | Ilya Dryomov <ilya.dryomov@inktank.com> | Fri Mar 21 19:05:28 2014 +0200 |
committer | Sage Weil <sage@inktank.com> | Fri Apr 04 21:07:53 2014 -0700 |
tree | b4ea2a78c91e8a9a1aa07344ffad0874ec078efc | |
parent | 4d60351f9089ef0f39d73c0b6a103e61fc0ed187 [diff] |
libceph: introduce decode{,_new}_pg_temp() and switch to them Consolidate pg_temp (full map, map<pg_t, vector<u32>>) and new_pg_temp (inc map, same) decoding logic into a common helper and switch to it. Signed-off-by: Ilya Dryomov <ilya.dryomov@inktank.com> Reviewed-by: Alex Elder <elder@linaro.org>