From: David Zafman Date: Thu, 29 Aug 2013 23:47:58 +0000 (-0700) Subject: os: Prior version bump should have updated this X-Git-Tag: v0.71~69^2~12 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7b7e004611770080fcd3d5164380c23b48e28a1c;p=ceph.git os: Prior version bump should have updated this Version available as argument, so use instead of constant Caused by dab238b0fb76b76a8843f4e59319b0f0e4f966a2 Signed-off-by: David Zafman --- diff --git a/src/os/IndexManager.cc b/src/os/IndexManager.cc index 412721a04c87..83bbfc9703e6 100644 --- a/src/os/IndexManager.cc +++ b/src/os/IndexManager.cc @@ -75,7 +75,7 @@ int IndexManager::init_index(coll_t c, const char *path, uint32_t version) { return r; HashIndex index(c, path, g_conf->filestore_merge_threshold, g_conf->filestore_split_multiple, - CollectionIndex::HASH_INDEX_TAG_2, + version, g_conf->filestore_index_retry_probability); return index.init(); }