]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
FileStore: FDCache lookup is rearranged
authorSomnath Roy <somnath.roy@sandisk.com>
Mon, 30 Jun 2014 08:54:36 +0000 (01:54 -0700)
committerSomnath Roy <somnath.roy@sandisk.com>
Thu, 14 Aug 2014 22:28:30 +0000 (15:28 -0700)
commitcfff9f6ac37c8bf75ae0859c5d59a11be0a0f1c0
tree22dd74a183fc57b489b6d13634cbd2c00f4139c7
parent78d70daff4fcc8170d192ed7d9e3fe90fc881a95
FileStore: FDCache lookup is rearranged

In lfn_open() there is no point of building the Index if the
cache lookup is successful and caller is not asking for Index.

Signed-off-by: Somnath Roy <somnath.roy@sandisk.com>
src/os/FileStore.cc