]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore: insert new onode to the front position of onode LRU 7492/head
authorJianjian Huo <samuel.huo@gmail.com>
Wed, 3 Feb 2016 05:19:37 +0000 (00:19 -0500)
committerJianjian Huo <samuel.huo@gmail.com>
Wed, 3 Feb 2016 05:19:37 +0000 (00:19 -0500)
commitcaed88264d77f860376d4213cc98309a5daf3af2
tree26fbf5e34a65863cb02c2d3968413cf2dd0f2724
parent06cecb4b907a38b8131e6a12f01d9b5e22c19cf4
os/bluestore: insert new onode to the front position of onode LRU

When new added onode comes, it should go to the front of the LRU,
since it's least recently used.

Signed-off-by: Jianjian Huo <samuel.huo@gmail.com>
src/os/bluestore/BlueStore.cc