mirror of
https://github.com/ceph/ceph
synced 2025-02-24 19:47:44 +00:00
librbd: missing an argument when calling invoke_async_request
This prevents the master branch from compiling. Signed-off-by: Zhiqiang Wang <zhiqiang.wang@intel.com>
This commit is contained in:
parent
94a7d11e4a
commit
3f39894569
@ -784,7 +784,7 @@ int invoke_async_request(ImageCtx *ictx, const std::string& request_type,
|
||||
}
|
||||
|
||||
if (fast_diff_enabled) {
|
||||
r = invoke_async_request(ictx, "snap_remove",
|
||||
r = invoke_async_request(ictx, "snap_remove", true,
|
||||
boost::bind(&snap_remove_helper, ictx, _1,
|
||||
snap_name),
|
||||
boost::bind(&ImageWatcher::notify_snap_remove,
|
||||
|
Loading…
Reference in New Issue
Block a user