From: Yehuda Sadeh Date: Tue, 16 Apr 2013 04:40:11 +0000 (-0700) Subject: rgw: call rgw_store_user_info() with objv_tracker X-Git-Tag: v0.67-rc1~128^2~160 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3d7b83900ce23c013c2dd7c120a88b7a864a0ac8;p=ceph.git rgw: call rgw_store_user_info() with objv_tracker another rebase casualty Signed-off-by: Yehuda Sadeh --- diff --git a/src/rgw/rgw_user.cc b/src/rgw/rgw_user.cc index 028ac038909..0e71dc602eb 100644 --- a/src/rgw/rgw_user.cc +++ b/src/rgw/rgw_user.cc @@ -1553,7 +1553,7 @@ int RGWUser::update(RGWUserAdminOpState& op_state, std::string *err_msg) return ret; } } else { - ret = rgw_store_user_info(store, user_info, NULL, NULL, false); + ret = rgw_store_user_info(store, user_info, NULL, &op_state.objv, false); if (ret < 0) { set_err_msg(err_msg, "unable to store user info"); return ret;