From: Orit Wasserman Date: Fri, 15 Jan 2016 20:50:00 +0000 (+0100) Subject: rgw: use exclusive flag for store_name in RGWSystemMetaObj::create X-Git-Tag: v10.1.0~354^2~52 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=33489473eb286cfa1dca08ccf5435cb45d273ede;p=ceph.git rgw: use exclusive flag for store_name in RGWSystemMetaObj::create Signed-off-by: Orit Wasserman --- diff --git a/src/rgw/rgw_rados.cc b/src/rgw/rgw_rados.cc index e1adb79bae1f..8eb90b36f864 100644 --- a/src/rgw/rgw_rados.cc +++ b/src/rgw/rgw_rados.cc @@ -1,5 +1,4 @@ - // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab @@ -646,7 +645,7 @@ int RGWSystemMetaObj::create(bool exclusive) return ret; } - return store_name(true); + return store_name(exclusive); } int RGWSystemMetaObj::store_info(bool exclusive)