From: Zhiqiang Wang Date: Thu, 30 Apr 2015 02:47:06 +0000 (+0800) Subject: librbd: missing an argument when calling invoke_async_request X-Git-Tag: v9.0.1~54^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F4509%2Fhead;p=ceph.git librbd: missing an argument when calling invoke_async_request This prevents the master branch from compiling. Signed-off-by: Zhiqiang Wang --- 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,