]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: drop buffer-related stats from _dispatch()
authorxie xingguo <xie.xingguo@zte.com.cn>
Mon, 1 Aug 2016 02:18:07 +0000 (10:18 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Mon, 1 Aug 2016 22:54:57 +0000 (06:54 +0800)
commit3e3def6e53afd82ca62dcb9c0586060dc50a14c5
tree02e33ccdee55edd2a461c61907caa973f2566bfd
parent1addc92fc4b297585337a70049f329139f3b6321
osd: drop buffer-related stats from _dispatch()

By moving the buffer-related stats into tick_without_osd_lock(),
we are already accurate enough updating period of these counters.
So there is no need to do this in this time-senstive method,
which holds the big osd_lock.

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/osd/OSD.cc