From 3f39894569732cc1712edac6a7fc4f1dd0199cc2 Mon Sep 17 00:00:00 2001 From: Zhiqiang Wang Date: Thu, 30 Apr 2015 10:47:06 +0800 Subject: [PATCH] librbd: missing an argument when calling invoke_async_request This prevents the master branch from compiling. Signed-off-by: Zhiqiang Wang --- src/librbd/internal.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librbd/internal.cc b/src/librbd/internal.cc index 4b2e4ef9d384..0f25a2481863 100644 --- a/src/librbd/internal.cc +++ b/src/librbd/internal.cc @@ -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, -- 2.47.3