From: Sage Weil Date: Mon, 1 Feb 2016 20:02:20 +0000 (-0500) Subject: os/bluestore: fix typo (again) X-Git-Tag: v10.0.4~91 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=300b15d5ad59705d416c25365c3b52a24268ef4c;p=ceph-ci.git os/bluestore: fix typo (again) Signed-off-by: Sage Weil --- diff --git a/src/os/bluestore/BlueStore.cc b/src/os/bluestore/BlueStore.cc index 81603361758..6f6ecd4fbf3 100644 --- a/src/os/bluestore/BlueStore.cc +++ b/src/os/bluestore/BlueStore.cc @@ -2366,7 +2366,7 @@ int BlueStore::stat( bool allow_eio) { Collection *c = static_cast(c_.get()); - if (!c->exists) { + if (!c->exists) return -ENOENT; dout(10) << __func__ << " " << c->get_cid() << " " << oid << dendl; RWLock::RLocker l(c->lock);