]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
os/bluestore: fix typo (again)
authorSage Weil <sage@redhat.com>
Mon, 1 Feb 2016 20:02:20 +0000 (15:02 -0500)
committerSage Weil <sage@redhat.com>
Mon, 1 Feb 2016 20:02:20 +0000 (15:02 -0500)
Signed-off-by: Sage Weil <sage@redhat.com>
src/os/bluestore/BlueStore.cc

index 81603361758f7215fb4b81c0276d9b6b159ebd54..6f6ecd4fbf33753bd0fe01df94edc633889ef982 100644 (file)
@@ -2366,7 +2366,7 @@ int BlueStore::stat(
   bool allow_eio)
 {
   Collection *c = static_cast<Collection*>(c_.get());
-  if (!c->exists) {
+  if (!c->exists)
     return -ENOENT;
   dout(10) << __func__ << " " << c->get_cid() << " " << oid << dendl;
   RWLock::RLocker l(c->lock);