From 77d3be69812db7ec92bd2000753050d79bd85402 Mon Sep 17 00:00:00 2001 From: xie xingguo Date: Sat, 24 Sep 2016 10:58:23 +0800 Subject: [PATCH] os/bluestore: remove a never reachable assert As this assert is deprecated by the "else if (it->key() >= tail)" checking lying ahead. Signed-off-by: xie xingguo --- src/os/bluestore/BlueStore.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/os/bluestore/BlueStore.cc b/src/os/bluestore/BlueStore.cc index 72fde89d5ae2..6fb0ab85ff40 100644 --- a/src/os/bluestore/BlueStore.cc +++ b/src/os/bluestore/BlueStore.cc @@ -4116,7 +4116,6 @@ int BlueStore::fsck() dout(30) << __func__ << " got " << pretty_binary_string(it->key()) << " -> " << user_key << dendl; - assert(it->key() < tail); } it->next(); } -- 2.47.3