]> git.baikalelectronics.ru Git - kernel.git/commit
libceph: introduce decode{,_new}_pg_temp() and switch to them
authorIlya Dryomov <ilya.dryomov@inktank.com>
Fri, 21 Mar 2014 17:05:28 +0000 (19:05 +0200)
committerSage Weil <sage@inktank.com>
Sat, 5 Apr 2014 04:07:53 +0000 (21:07 -0700)
commit17bd14e75d3a004d0b4bab2513ecfe9dcf83e0ef
treeb4ea2a78c91e8a9a1aa07344ffad0874ec078efc
parent0de5716088e66a3179c3af671def80636ac968c7
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>
net/ceph/osdmap.c