]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
librbd: missing an argument when calling invoke_async_request 4509/head
authorZhiqiang Wang <zhiqiang.wang@intel.com>
Thu, 30 Apr 2015 02:47:06 +0000 (10:47 +0800)
committerZhiqiang Wang <zhiqiang.wang@intel.com>
Thu, 30 Apr 2015 02:47:06 +0000 (10:47 +0800)
This prevents the master branch from compiling.

Signed-off-by: Zhiqiang Wang <zhiqiang.wang@intel.com>
src/librbd/internal.cc

index 4b2e4ef9d3847fc7dc568a7bff56545a40be4a02..0f25a2481863b72b61f83d2bef475b2b04a97902 100644 (file)
@@ -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,