mirror of
https://github.com/ceph/ceph
synced 2024-12-19 01:46:00 +00:00
cls/rbd: fix build
3cbe0ced
was merged afterd03ff14
, so update accordingly. Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
parent
42dac1669f
commit
9b1dc55f7d
@ -2120,7 +2120,7 @@ namespace librbd {
|
||||
return r;
|
||||
}
|
||||
|
||||
bufferlist::iterator iter = out_bl.begin();
|
||||
auto iter = out_bl.cbegin();
|
||||
return mirror_image_map_list_finish(&iter, image_mapping);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user