]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore: speed up omap-key generation for same onode(the read paths) 11894/head
authorxie xingguo <xie.xingguo@zte.com.cn>
Thu, 10 Nov 2016 06:44:38 +0000 (14:44 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Thu, 10 Nov 2016 09:30:27 +0000 (17:30 +0800)
commitd04f7d46d472b5f872dad3ab6766f7b222720f5a
treed611287bdb348ca217efc5ba070b91e6a0676c65
parent37f3897c55f257201cc6d596183bc346bd578e42
os/bluestore: speed up omap-key generation for same onode(the read paths)

In https://github.com/ceph/ceph/pull/11807 we only modify the write paths,
this patch fixes the read parts too, which are more time-sensitive.

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/os/bluestore/BlueStore.cc