From 300b15d5ad59705d416c25365c3b52a24268ef4c Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 1 Feb 2016 15:02:20 -0500 Subject: [PATCH] os/bluestore: fix typo (again) Signed-off-by: Sage Weil --- src/os/bluestore/BlueStore.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/os/bluestore/BlueStore.cc b/src/os/bluestore/BlueStore.cc index 81603361758f7..6f6ecd4fbf337 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); -- 2.39.5