mirror of
https://github.com/ceph/ceph
synced 2025-01-31 07:22:56 +00:00
os: FileStore::_destroy_collection may hide the real mistake.
Signed-off-by: Ruifeng Yang <yangruifeng.09209@h3c.com>
This commit is contained in:
parent
492720e85d
commit
9e9770ca87
@ -5007,7 +5007,7 @@ int FileStore::_destroy_collection(coll_t c)
|
||||
dout(15) << "_destroy_collection " << fn << dendl;
|
||||
{
|
||||
Index from;
|
||||
int r = get_index(c, &from);
|
||||
r = get_index(c, &from);
|
||||
if (r < 0)
|
||||
goto out;
|
||||
assert(NULL != from.index);
|
||||
|
Loading…
Reference in New Issue
Block a user